drm/amdgpu: fix adev variable used in amdgpu_device_gpu_recover()
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Jun 2022 20:52:01 +0000 (16:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Jun 2022 18:50:42 +0000 (14:50 -0400)
Use the correct adev variable for the drm_fb_helper in
amdgpu_device_gpu_recover().  Noticed by inspection.

Fixes: 087451f372bf ("drm/amdgpu: use generic fb helpers instead of setting up AMD own's.")
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 625424f3082b6b8b8d75d54e25ebea86c180e1a9..58df107e3bebacde6e71fc838ac567ac9605318b 100644 (file)
@@ -5164,7 +5164,7 @@ int amdgpu_device_gpu_recover_imp(struct amdgpu_device *adev,
                 */
                amdgpu_unregister_gpu_instance(tmp_adev);
 
-               drm_fb_helper_set_suspend_unlocked(adev_to_drm(adev)->fb_helper, true);
+               drm_fb_helper_set_suspend_unlocked(adev_to_drm(tmp_adev)->fb_helper, true);
 
                /* disable ras on ALL IPs */
                if (!need_emergency_restart &&