]> 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 14:48:34 +0000 (10:48 -0400)
commitdeb02080ca5d3f015cf71e56067a39ef2f141998
treeb6199b578ceb2b5a1175bd5c1898560812be17d3
parent26057fb8e17e4ac9b95a6988ae37089f1b0cef9e
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
drivers/gpu/drm/amd/amdgpu/mes_userqueue.c