]> 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>
Wed, 13 Dec 2023 20:09:52 +0000 (15:09 -0500)
commit51ea405c47f833e55d19401b35b71100197e6d5d
treecae68549d10a6a0b3dd4f78d84c14860ffaa82ac
parenta0a28956b46ec7f16ce5d762ac5a124bb532da0d
drm/amdgpu: fix buffer funcs setting order on suspend harder

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

Fixes: c03581986234 ("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