]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/gfx9.4.3: skip PTL disable during GPU reset
authorPerry Yuan <perry.yuan@amd.com>
Fri, 13 Mar 2026 08:31:07 +0000 (16:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 May 2026 19:55:57 +0000 (15:55 -0400)
commit599c994c28a8d94875d0a5fa8779fbff390db7d8
treea359e50de157affce0f615ffdbdc818eb300dd73
parent3311f0db4d44804751ff635c4443b2330da17781
drm/amdgpu/gfx9.4.3: skip PTL disable during GPU reset

During RAS UE-triggered GPU reset, gfx_v9_4_3_hw_fini() attempts to
send a PTL disable command to PSP. Since PSP is unresponsive at that
point, this produces spurious error logs on all hive nodes:
  PTL command 0xa0000001 failed, PSP response status: 0xFFFFFFFF
  PTL initialization failed (-5)
Skip the PTL disable command when GPU reset is in progress, as PTL
will be properly re-initialized during post-reset recovery via
gfx_v9_4_3_late_init().

Signed-off-by: Perry Yuan <perry.yuan@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c