]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroy
authorSunil Khatri <sunil.khatri@amd.com>
Mon, 25 May 2026 04:26:23 +0000 (09:56 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 17:58:51 +0000 (13:58 -0400)
commit43355f62cd2ef5386c2693df537c232ea0f2ce6c
tree47324344995a23bc715aeec18532f46f2bd29b8f
parent33425e49719f827289c0e11942cecdf31679f85d
drm/amdgpu/userq: move wptr_obj cleanup in mqd_destroy

In case when queue_create fails and mqd has already been
allocated and hence wptr_obj is not cleaned up.

So moving that cleanup part to mqd_destroy so it takes
care of all the cases of clean up and during tear down of
the queue.

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