]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: use dma_fence_get_status() for adapter reset
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 12 Dec 2025 16:13:58 +0000 (11:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 21:59:58 +0000 (16:59 -0500)
commitb4ba5c9509e80b8193e91ab103ffbdd304cd4ba7
tree6919b9d63e9c925c575d1519374093d7c5ee9d32
parent5946dbe1c802efef3b12a4eecab1471f725f4ca9
drm/amdgpu: use dma_fence_get_status() for adapter reset

We need to check if the fence was signaled without an
error as the per queue resets may have signalled the fence
while attempting to reset the queue.

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c