Searched refs:active_priority (Results 1 – 2 of 2) sorted by relevance
157 exl->active_priority = XE_EXEC_QUEUE_PRIORITY_UNSET; in __xe_execlist_port_start_next_active()209 if (port->running_exl && port->running_exl->active_priority >= priority) in xe_execlist_port_wake_locked()226 if (exl->active_priority != priority && in xe_execlist_make_active()227 exl->active_priority != XE_EXEC_QUEUE_PRIORITY_UNSET) { in xe_execlist_make_active()230 exl->active_priority = XE_EXEC_QUEUE_PRIORITY_UNSET; in xe_execlist_make_active()233 if (exl->active_priority == XE_EXEC_QUEUE_PRIORITY_UNSET) { in xe_execlist_make_active()234 exl->active_priority = priority; in xe_execlist_make_active()372 exl->active_priority = XE_EXEC_QUEUE_PRIORITY_UNSET; in execlist_exec_queue_init()409 if (WARN_ON(exl->active_priority != XE_EXEC_QUEUE_PRIORITY_UNSET)) in execlist_exec_queue_destroy_async()
47 enum xe_exec_queue_priority active_priority; member