Searched refs:xe_exec_queue_is_multi_queue_secondary (Results 1 – 3 of 3) sorted by relevance
533 !xe_exec_queue_is_multi_queue_secondary(q)); in init_policies()553 xe_assert(guc_to_xe(guc), !xe_exec_queue_is_multi_queue_secondary(q)); in set_min_preemption_timeout()825 xe_gt_assert(guc_to_gt(guc), xe_exec_queue_is_multi_queue_secondary(q)); in xe_guc_exec_queue_group_add()969 else if (!xe_exec_queue_is_multi_queue_secondary(q)) in register_exec_queue()972 if (!xe_exec_queue_is_multi_queue_secondary(q)) in register_exec_queue()975 if (xe_exec_queue_is_multi_queue_secondary(q)) in register_exec_queue()1172 if (xe_exec_queue_is_multi_queue_secondary(q)) { in guc_exec_queue_run_job()1228 if (!xe_exec_queue_is_multi_queue_secondary(q)) in disable_scheduling_deregister()1257 if (xe_exec_queue_is_multi_queue_secondary(q)) in disable_scheduling_deregister()1400 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