Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue_types.h278 int (*set_multi_queue_priority)(struct xe_exec_queue *q, member
H A Dxe_exec_queue.c845 return q->ops->set_multi_queue_priority(q, value); in exec_queue_set_multi_queue_priority()
H A Dxe_guc_submit.c2223 .set_multi_queue_priority = guc_exec_queue_set_multi_queue_priority,