diff options
| author | Alex Deucher <[email protected]> | 2025-06-24 15:22:26 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-07-28 20:25:04 +0000 |
| commit | 284d4dfe850e665f0e7d4dfaf4d3d3da76d11fb0 (patch) | |
| tree | 3f388d20e92d6be3be6766af95db5d5ce9c7ebf5 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities (diff) | |
| download | kernel-284d4dfe850e665f0e7d4dfaf4d3d3da76d11fb0.tar.gz kernel-284d4dfe850e665f0e7d4dfaf4d3d3da76d11fb0.zip | |
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 <[email protected]>
Reviewed-by: Lijo Lazar <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected] # 6.16.x
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index a1737556a77e..ef3af170dda4 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -883,6 +883,7 @@ struct amdgpu_mqd_prop { uint64_t csa_addr; uint64_t fence_address; bool tmz_queue; + bool kernel_queue; }; struct amdgpu_mqd { |
