]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: fix buffer funcs setting order on suspend harder
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Dec 2023 16:28:30 +0000 (11:28 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Dec 2023 17:37:56 +0000 (12:37 -0500)
commit9fd2fbaabdb9dba947d1c14e5f4f217bc21afc34
tree9f41c3273073f21429da6e5d0e2fe0169dffd778
parentb7b5a56acec819bb8dcd03c687e97a091b29d28f
drm/amdgpu: fix buffer funcs setting order on suspend harder

Part of commit dab96d8b61aa ("drm/amdgpu: fix buffer funcs setting order on suspend")
got dropped accidently.  Add it back.

Fixes: dab96d8b61aa ("drm/amdgpu: fix buffer funcs setting order on suspend")
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c