]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/userq: remove queue from doorbell xarray
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 3 Mar 2026 16:55:57 +0000 (22:25 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Mar 2026 21:25:50 +0000 (16:25 -0500)
commitf0e46fd06c3f7590b0f06aea3c877f441c2cbccc
tree7b70ff2e7f53c071d84d3887a400fdeb713e10b1
parentb7ac77468cda92eecae560b05f62f997a12fe2f2
drm/amdgpu/userq: remove queue from doorbell xarray

In case of failure in xa_alloc, remove the queue during
clean up 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