Searched refs:xe_exec_queue_is_multi_queue_secondary (Results 1 – 3 of 3) sorted by relevance
512 !xe_exec_queue_is_multi_queue_secondary(q)); in init_policies()532 xe_assert(guc_to_xe(guc), !xe_exec_queue_is_multi_queue_secondary(q)); in set_min_preemption_timeout()874 xe_gt_assert(guc_to_gt(guc), xe_exec_queue_is_multi_queue_secondary(q)); in xe_guc_exec_queue_group_add()1018 else if (!xe_exec_queue_is_multi_queue_secondary(q)) in register_exec_queue()1021 if (!xe_exec_queue_is_multi_queue_secondary(q)) in register_exec_queue()1024 if (xe_exec_queue_is_multi_queue_secondary(q)) in register_exec_queue()1203 if (xe_exec_queue_is_multi_queue_secondary(q)) { in guc_exec_queue_run_job()1259 if (!xe_exec_queue_is_multi_queue_secondary(q)) in disable_scheduling_deregister()1288 if (xe_exec_queue_is_multi_queue_secondary(q)) in disable_scheduling_deregister()1421 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()899 xe_assert(xe, xe_exec_queue_is_multi_queue_secondary(q)); in xe_exec_queue_group_add()924 xe_assert(xe, xe_exec_queue_is_multi_queue_secondary(q)); in xe_exec_queue_group_delete()1066 if (xe_exec_queue_is_multi_queue_secondary(q) && in exec_queue_user_ext_check()1391 if (xe_exec_queue_is_multi_queue_secondary(q)) { in xe_exec_queue_create_ioctl()1431 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