Home
last modified time | relevance | path

Searched refs:xe_exec_queue_device_get_max_priority (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.h131 enum xe_exec_queue_priority xe_exec_queue_device_get_max_priority(struct xe_device *xe);
H A Dxe_exec_queue.c685 * xe_exec_queue_device_get_max_priority() - Get maximum priority for an exec queues in xe_exec_queue_group_init()
693 xe_exec_queue_device_get_max_priority(struct xe_device *xe) in xe_exec_queue_group_init()
705 if (XE_IOCTL_DBG(xe, value > xe_exec_queue_device_get_max_priority(xe))) in xe_exec_queue_group_init()
557 xe_exec_queue_device_get_max_priority(struct xe_device *xe) xe_exec_queue_device_get_max_priority() function
H A Dxe_query.c351 xe_exec_queue_device_get_max_priority(xe); in query_config()