]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher.
authorShubhankar Milind Sardeshpande <Shubhankar.MilindSardeshpande@amd.com>
Tue, 21 Apr 2026 11:31:21 +0000 (17:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 May 2026 15:16:31 +0000 (17:16 +0200)
commitbff69464ecd279809a8964bc3c9876230baca9e6
treed66304c536035c748270f29ef4b1481516828a16
parent6abd3a4417cb73a7d0db7e25bf11fae1074bdba3
drm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher.

commit 47776ac1e3f4a2aefcf7fe7c7e4a11151b676222 upstream.

GFX V11 has GC block as default off IP.
Every time AMDGPU driver sends a request to PMFW
to unload MP1, PMFW will put GC in reset and
power down the voltage.Hence, skipping reset
for APUs with GFX V11 or later to avoid reset
related failures.

Fixes: 34355e61835e ("drm/amdgpu: Fix GFX hang on SteamDeck when amdgpu is reloaded")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Shubhankar Milind Sardeshpande <Shubhankar.MilindSardeshpande@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit d0a8cadffc818f51d05bc234d8da1af228bc59a3)
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c