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

/linux-master/drivers/gpu/drm/xe/
H A Dxe_execlist.c95 struct xe_execlist_exec_queue *exl)
105 if (port->running_exl != exl || !exl->has_run) {
113 __start_lrc(port->hwe, exl->q->lrc, port->last_ctx_id);
114 port->running_exl = exl;
115 exl->has_run = true;
132 static bool xe_execlist_is_idle(struct xe_execlist_exec_queue *exl) argument
134 struct xe_lrc *lrc = exl->q->lrc;
141 struct xe_execlist_exec_queue *exl = NULL; local
148 exl
94 __xe_execlist_port_start(struct xe_execlist_port *port, struct xe_execlist_exec_queue *exl) argument
212 xe_execlist_make_active(struct xe_execlist_exec_queue *exl) argument
298 struct xe_execlist_exec_queue *exl = job->q->execlist; local
321 struct xe_execlist_exec_queue *exl; local
370 struct xe_execlist_exec_queue *exl = q->execlist; local
[all...]

Completed in 112 milliseconds