Commit 51ea405c authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: fix buffer funcs setting order on suspend harder

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

Fixes: c0358198 ("drm/amdgpu: fix buffer funcs setting order on suspend")
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a0a28956
......@@ -4589,8 +4589,6 @@ int amdgpu_device_suspend(struct drm_device *dev, bool fbcon)
amdgpu_ras_suspend(adev);
amdgpu_ttm_set_buffer_funcs_status(adev, false);
amdgpu_device_ip_suspend_phase1(adev);
if (!adev->in_s0ix)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment