mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 02:20:15 +01:00
drm/amdgpu: add UAPI to query if user queues are supported
add uapi support for user queues query inline with kernel changes. https://lists.freedesktop.org/archives/amd-gfx/2025-April/122559.html Reviewed-by: Marek Olšák marek.olsak@amd.com Reviewed-by: Yogesh Mohan Marimuthu yogesh.mohanmarimuthu@amd.com Reviewed-by: Alex Deucher alexander.deucher@amd.com Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
This commit is contained in:
parent
15e174c1ed
commit
614f8d7391
1 changed files with 3 additions and 0 deletions
|
|
@ -1465,6 +1465,9 @@ struct drm_amdgpu_info_device {
|
|||
__u32 csa_size;
|
||||
/* context save area base virtual alignment for gfx11 */
|
||||
__u32 csa_alignment;
|
||||
/* Userq IP mask (1 << AMDGPU_HW_IP_*) */
|
||||
__u32 userq_ip_mask;
|
||||
__u32 pad;
|
||||
};
|
||||
|
||||
struct drm_amdgpu_info_hw_ip {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue