]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: track whether a queue is a kernel queue in amdgpu_mqd_prop
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jun 2025 15:22:26 +0000 (11:22 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Jul 2025 20:25:04 +0000 (16:25 -0400)
commit284d4dfe850e665f0e7d4dfaf4d3d3da76d11fb0
tree3f388d20e92d6be3be6766af95db5d5ce9c7ebf5
parentb4a69f7f29c8a459ad6b4d8a8b72450f1d9fd288
drm/amdgpu: track whether a queue is a kernel queue in amdgpu_mqd_prop

Used to to set the MQD appropriately for each queue type.
Kernel queues have additional privileges.

Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.16.x
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c