Searched refs:xe_exec_queue_is_multi_queue_secondary (Results 1 – 3 of 3) sorted by relevance
514 !xe_exec_queue_is_multi_queue_secondary(q)); in init_policies()534 xe_assert(guc_to_xe(guc), !xe_exec_queue_is_multi_queue_secondary(q)); in set_min_preemption_timeout()806 xe_gt_assert(guc_to_gt(guc), xe_exec_queue_is_multi_queue_secondary(q)); in xe_guc_exec_queue_group_add()950 else if (!xe_exec_queue_is_multi_queue_secondary(q)) in register_exec_queue()953 if (!xe_exec_queue_is_multi_queue_secondary(q)) in register_exec_queue()956 if (xe_exec_queue_is_multi_queue_secondary(q)) in register_exec_queue()1153 if (xe_exec_queue_is_multi_queue_secondary(q)) { in guc_exec_queue_run_job()1209 if (!xe_exec_queue_is_multi_queue_secondary(q)) in disable_scheduling_deregister()1238 if (xe_exec_queue_is_multi_queue_secondary(q)) in disable_scheduling_deregister()1372 if (xe_exec_queue_is_multi_queue_secondary(q)) in enable_scheduling()[all …]
119 if (xe_exec_queue_is_multi_queue_secondary(q)) { in xe_exec_queue_group_cleanup()763 xe_assert(xe, xe_exec_queue_is_multi_queue_secondary(q)); in xe_exec_queue_group_add()788 xe_assert(xe, xe_exec_queue_is_multi_queue_secondary(q)); in xe_exec_queue_group_delete()906 if (xe_exec_queue_is_multi_queue_secondary(q) && in exec_queue_user_ext_check()1213 if (xe_exec_queue_is_multi_queue_secondary(q)) { in xe_exec_queue_create_ioctl()1248 if (xe_exec_queue_is_multi_queue_secondary(q)) in xe_exec_queue_create_ioctl()
100 static inline bool xe_exec_queue_is_multi_queue_secondary(struct xe_exec_queue *q) in xe_exec_queue_is_multi_queue_secondary() function