]> Gentwo Git Trees - linux/.git/commit
drm/amd: Add an unwind for failures in amdgpu_device_ip_suspend_phase1()
authorMario Limonciello (AMD) <superm1@kernel.org>
Sun, 26 Oct 2025 04:29:37 +0000 (23:29 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Nov 2025 16:53:04 +0000 (11:53 -0500)
commit6f4208f9d992104fed0854f0b975a31ffb9c0d46
tree1c7e0220f81681414e73ab60d1a4f0c26472ade3
parent960e30a61e1a7ca5341a6cf9481e770e1cda24aa
drm/amd: Add an unwind for failures in amdgpu_device_ip_suspend_phase1()

If any hardware IPs involved with the first phase of suspend fail, unwind
all steps to restore back to original state.

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c