]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset
authorTim Huang <tim.huang@amd.com>
Fri, 20 Jan 2023 14:27:32 +0000 (22:27 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Apr 2023 15:02:57 +0000 (17:02 +0200)
commit23ee632c33e92aeb41fdd0c6d189c54b1619b57d
treec82d8042110f3a91db999dcc92b1c5b439fe21b4
parentad3f060a6c313578c5430c878b5a031f31960513
drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset

commit e11c775030c5585370fda43035204bb5fa23b139 upstream.

The psp suspend & resume should be skipped to avoid destroy
the TMR and reload FWs again for IMU enabled APU ASICs.

Signed-off-by: Tim Huang <tim.huang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c