Home
last modified time | relevance | path

Searched refs:xe_exec_queue_is_parallel (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c478 xe_gt_assert(guc_to_gt(guc), xe_exec_queue_is_parallel(q)); in __register_mlrc_exec_queue()
562 if (xe_exec_queue_is_parallel(q)) { in register_exec_queue()
592 if (xe_exec_queue_is_parallel(q)) in register_exec_queue()
709 if (xe_exec_queue_is_parallel(q)) in submit_exec_queue()
714 if (exec_queue_suspended(q) && !xe_exec_queue_is_parallel(q)) in submit_exec_queue()
723 if (xe_exec_queue_is_parallel(q)) in submit_exec_queue()
2253 snapshot->parallel_execution = xe_exec_queue_is_parallel(q); in xe_guc_exec_queue_snapshot_capture()
H A Dxe_exec_queue.c791 if (xe_exec_queue_is_parallel(q)) { in xe_exec_queue_is_idle()