drm/amdgpu: keep fbdev buffers pinned during suspend
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Jun 2022 14:04:55 +0000 (10:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2022 01:59:52 +0000 (21:59 -0400)
commitf9a89117fbdc63c0d4ab63a8f3596a72c245bcfe
tree23833173094472e56029bc9f1ea387f317528c7a
parentb8f0009bc9edf9186b20ae2a9e442ef0af93040e
drm/amdgpu: keep fbdev buffers pinned during suspend

Was dropped when we converted to the generic helpers.

Fixes: 087451f372bf ("drm/amdgpu: use generic fb helpers instead of setting up AMD own's.")
Acked-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c