]> git.ipfire.org Git - thirdparty/kernel/linux.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)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 Apr 2026 14:55:49 +0000 (10:55 -0400)
commitd0a8cadffc818f51d05bc234d8da1af228bc59a3
tree9847e838b0c2fa9add229e73708ed2effd45588d
parent8bc09a7d0e90ec45a0b4865661cf45cbbce1c3d7
drm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher.

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>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c