]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: add userq object va track helpers
authorPrike Liang <Prike.Liang@amd.com>
Mon, 29 Sep 2025 05:52:13 +0000 (13:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Oct 2025 18:14:33 +0000 (14:14 -0400)
commit5cfa33fabf01f2cc0af6b1feed6e65cb81806a37
tree29b28067d3ce94c70505e66f46b46de5a16b4bba
parent1bea57ea7544a8058b32d8605075e24aa2814fcc
drm/amdgpu: add userq object va track helpers

Add the userq object virtual address list_add() helpers
for tracking the userq obj va address usage.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
drivers/gpu/drm/amd/amdgpu/mes_userqueue.c