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.c99 struct xe_execlist_exec_queue *exl) in __xe_execlist_port_start() argument
109 if (port->running_exl != exl || !exl->has_run) { in __xe_execlist_port_start()
117 __start_lrc(port->hwe, exl->q->lrc[0], port->last_ctx_id); in __xe_execlist_port_start()
118 port->running_exl = exl; in __xe_execlist_port_start()
119 exl->has_run = true; in __xe_execlist_port_start()
136 static bool xe_execlist_is_idle(struct xe_execlist_exec_queue *exl) in xe_execlist_is_idle() argument
138 struct xe_lrc *lrc = exl->q->lrc[0]; in xe_execlist_is_idle()
145 struct xe_execlist_exec_queue *exl = NULL; in __xe_execlist_port_start_next_active() local
152 exl in __xe_execlist_port_start_next_active()
216 xe_execlist_make_active(struct xe_execlist_exec_queue * exl) xe_execlist_make_active() argument
315 struct xe_execlist_exec_queue *exl = job->q->execlist; execlist_run_job() local
348 struct xe_execlist_exec_queue *exl; execlist_exec_queue_init() local
393 struct xe_execlist_exec_queue *exl = q->execlist; execlist_exec_queue_fini_async() local
[all...]