]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/userq: remove amdgpu_userq_create/destroy_object wrapper
authorSunil Khatri <sunil.khatri@amd.com>
Wed, 20 May 2026 10:43:09 +0000 (16:13 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 May 2026 16:01:00 +0000 (12:01 -0400)
commitca8e7a119a2e4045324cffb8f9f58bedcc3dc928
tree5e32c5167bbaf34ff7c293854604025a462a8103
parentdd4f3ee535b3b0ac027f75dbf9dc5fc88733c765
drm/amdgpu/userq: remove amdgpu_userq_create/destroy_object wrapper

Remove the amdgpu_userq_create/destroy_object wrappers and
use directly the kernel bo allocation function which does all the
things which are done in wrapper.

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