]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Fix wait after reset sequence in S4
authorLijo Lazar <lijo.lazar@amd.com>
Fri, 27 Mar 2026 08:59:17 +0000 (14:29 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 20:20:43 +0000 (16:20 -0400)
commitdaf470b8882b6f7f53cbfe9ec2b93a1b21528cdc
treea37bd5d71e95fe7501e7319e19ec2a1841f09dec
parente927b36ae18b66b49219eaa9f46edc7b4fdbb25e
drm/amdgpu: Fix wait after reset sequence in S4

For a mode-1 reset done at the end of S4 on PSPv11 dGPUs, only check if
TOS is unloaded.

Fixes: 32f73741d6ee ("drm/amdgpu: Wait for bootloader after PSPv11 reset")
Closes: https://gitlab.freedesktop.org/drm/amd/-/work_items/4853
Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 2fb4883b884a437d760bd7bdf7695a7e5a60bba3)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c