]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/userq: Fix doorbell object cleanup of queue
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 19 May 2026 09:32:00 +0000 (15:02 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 May 2026 15:55:28 +0000 (11:55 -0400)
commit4a03d23ce6ad474cb15862563bc9132e16e3e31e
tree810cebbe2a35808cfc9c0eb2455492b091abda1d
parenta1ba4594232c87c3b8defd6f89a2e40f8b08395d
drm/amdgpu/userq: Fix doorbell object cleanup of queue

Unpin and unref the door bell obj if queue creation fails before
initialization is complete.

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 8c7506f7ba945f21e5abe7f8eac0a3acca6b5330)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c