Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_execlist.c94 struct xe_execlist_exec_queue *exl) in __xe_execlist_port_start() argument
104 if (port->running_exl != exl || !exl->has_run) { in __xe_execlist_port_start()
112 __start_lrc(port->hwe, exl->q->lrc[0], port->last_ctx_id); in __xe_execlist_port_start()
113 port->running_exl = exl; in __xe_execlist_port_start()
114 exl->has_run = true; in __xe_execlist_port_start()
131 static bool xe_execlist_is_idle(struct xe_execlist_exec_queue *exl) in xe_execlist_is_idle() argument
133 struct xe_lrc *lrc = exl->q->lrc[0]; in xe_execlist_is_idle()
140 struct xe_execlist_exec_queue *exl = NULL; in __xe_execlist_port_start_next_active() local
147 exl = list_first_entry(&port->active[i], in __xe_execlist_port_start_next_active()
150 list_del(&exl->active_link); in __xe_execlist_port_start_next_active()
[all …]