Searched refs:XE_EXEC_QUEUE_PRIORITY_UNSET (Results 1 – 2 of 2) sorted by relevance
153 exl->active_priority = XE_EXEC_QUEUE_PRIORITY_UNSET; in __xe_execlist_port_start_next_active()216 XE_WARN_ON(priority == XE_EXEC_QUEUE_PRIORITY_UNSET); in xe_execlist_make_active()223 exl->active_priority != XE_EXEC_QUEUE_PRIORITY_UNSET) { in xe_execlist_make_active()226 exl->active_priority = XE_EXEC_QUEUE_PRIORITY_UNSET; in xe_execlist_make_active()229 if (exl->active_priority == XE_EXEC_QUEUE_PRIORITY_UNSET) { in xe_execlist_make_active()363 exl->active_priority = XE_EXEC_QUEUE_PRIORITY_UNSET; in execlist_exec_queue_init()390 if (WARN_ON(exl->active_priority != XE_EXEC_QUEUE_PRIORITY_UNSET)) in execlist_exec_queue_fini_async()
25 XE_EXEC_QUEUE_PRIORITY_UNSET = -2, /* For execlist usage only */ enumerator