Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_execlist.c109 if (port->running_exl != exl || !exl->has_run) { 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()
356 exl = kzalloc(sizeof(*exl), GFP_KERNEL); in execlist_exec_queue_init()
357 if (!exl) in execlist_exec_queue_init()
360 exl->q = q; in execlist_exec_queue_init()
366 sched = &exl->sched; in execlist_exec_queue_init()
372 exl->has_run = false; in execlist_exec_queue_init()
374 q->execlist = exl; in execlist_exec_queue_init()
384 kfree(exl); in execlist_exec_queue_init()
[all …]