]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/userq: cancel reset work while tear down in progress
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 12 May 2026 09:22:40 +0000 (14:52 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 May 2026 16:07:52 +0000 (12:07 -0400)
commit291df3dc7d10855c26841b8f42843bc996d097cf
tree645bff2674485a5f58da32ab71b44fb8ed3ac69e
parentc8ed2de0f2ee842d108ef96c125e931ea82b453c
drm/amdgpu/userq: cancel reset work while tear down in progress

While tear down of a userq_mgr is happening when all the queues
are free we should cancel any reset work if pending before exiting.

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