Home
last modified time | relevance | path

Searched refs:running_exl (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_execlist.c104 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()
Dxe_execlist_types.h27 struct xe_execlist_exec_queue *running_exl; member