]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/userq: remove queue from doorbell xa during clean up
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 3 Mar 2026 17:00:04 +0000 (22:30 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Mar 2026 21:25:52 +0000 (16:25 -0500)
commita978ed3d6454e4aa1a2ac74051ffd77b7d263e44
tree10c277a49807f8e3aea6f6793eea418c5dccc11a
parentf0e46fd06c3f7590b0f06aea3c877f441c2cbccc
drm/amdgpu/userq: remove queue from doorbell xa during clean up

If function amdgpu_userq_map_helper fails we do need to clean
up and remove the queue from the userq_doorbell_xa.

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