]> git.ipfire.org Git - thirdparty/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 19:13:21 +0000 (15:13 -0400)
commit2fb4883b884a437d760bd7bdf7695a7e5a60bba3
treeef7511cd08f679210c946c6eedd65e70455267d7
parent054695c0e236fd12a634b87c63d1ffa72ed59426
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c