]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: fix amdgpu_userq_evict
authorChristian König <christian.koenig@amd.com>
Thu, 22 Jan 2026 14:27:25 +0000 (15:27 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Mar 2026 14:33:39 +0000 (10:33 -0400)
commit98dc529a27c57e184ab47453993ba9cfcfcec0ca
tree4380acb06c318afb295cac73fce5f6237ce8c0f0
parent688b87d39e0aa8135105b40dc167d74b5ada5332
drm/amdgpu: fix amdgpu_userq_evict

Canceling the resume worker synchonized can deadlock because it can in
turn wait for the eviction worker through the userq_mutex.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c