]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Release reset locks during failures
authorLijo Lazar <lijo.lazar@amd.com>
Fri, 6 Jun 2025 04:59:28 +0000 (10:29 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Jun 2025 17:14:10 +0000 (13:14 -0400)
commit785c536c31c0bb057252fddedb30d79ae4979f4b
treea8c41c7279fba867ee4258ef3e0c3f91d50f9431
parentb669507b637eb6b1aaecf347f193efccc65d756e
drm/amdgpu: Release reset locks during failures

Make sure to release reset domain lock in case of failures.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Ce Sun <cesun102@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Fixes: 11bb33766f66 ("drm/amdgpu: refactor amdgpu_device_gpu_recover")
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 1ab11a82681eb33a66f423216cb063e7f40c6f85)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c