Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_execlist.c98 struct xe_execlist_exec_queue *exl) in __xe_execlist_port_start() argument
108 if (port->running_exl != exl || !exl->has_run) { in __xe_execlist_port_start()
116 __start_lrc(port->hwe, exl->q->lrc[0], port->last_ctx_id); in __xe_execlist_port_start()
117 port->running_exl = exl; in __xe_execlist_port_start()
118 exl->has_run = true; in __xe_execlist_port_start()
135 static bool xe_execlist_is_idle(struct xe_execlist_exec_queue *exl) in xe_execlist_is_idle() argument
137 struct xe_lrc *lrc = exl->q->lrc[0]; in xe_execlist_is_idle()
144 struct xe_execlist_exec_queue *exl = NULL; in __xe_execlist_port_start_next_active() local
151 exl = list_first_entry(&port->active[i], in __xe_execlist_port_start_next_active()
154 list_del(&exl->active_link); in __xe_execlist_port_start_next_active()
[all …]