Searched refs:running_exl (Results 1 – 2 of 2) sorted by relevance
104 if (port->running_exl != exl || !exl->has_run) { in __xe_execlist_port_start()113 port->running_exl = exl; in __xe_execlist_port_start()123 if (!port->running_exl) in __xe_execlist_port_idle()128 port->running_exl = NULL; in __xe_execlist_port_idle()205 if (port->running_exl && port->running_exl->active_priority >= priority) in xe_execlist_port_wake_locked()278 port->running_exl = NULL; in xe_execlist_port_create()
27 struct xe_execlist_exec_queue *running_exl; member