Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.h112 static inline struct xe_exec_queue *xe_exec_queue_multi_queue_primary(struct xe_exec_queue *q) in xe_exec_queue_multi_queue_primary() function
H A Dxe_guc_submit.c561 struct xe_exec_queue *primary = xe_exec_queue_multi_queue_primary(q); in xe_guc_exec_queue_group_trigger_cleanup()
581 struct xe_exec_queue *primary = xe_exec_queue_multi_queue_primary(q); in xe_guc_exec_queue_reset_trigger_cleanup()
608 struct xe_exec_queue *primary = xe_exec_queue_multi_queue_primary(q); in set_exec_queue_group_banned()
1105 q = xe_exec_queue_multi_queue_primary(q); in submit_exec_queue()
1154 struct xe_exec_queue *primary = xe_exec_queue_multi_queue_primary(q); in guc_exec_queue_run_job()
1927 struct xe_exec_queue *primary = xe_exec_queue_multi_queue_primary(q); in guc_exec_queue_init()
2203 guc_exec_queue_reset_status(xe_exec_queue_multi_queue_primary(q))) in guc_exec_queue_reset_status()
3167 snapshot->multi_queue.primary = xe_exec_queue_multi_queue_primary(q)->guc->id; in xe_guc_exec_queue_snapshot_capture()
H A Dxe_exec_queue.c124 xe_exec_queue_put(xe_exec_queue_multi_queue_primary(q)); in xe_exec_queue_group_cleanup()