Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_execlist.c153 exl->active_priority = XE_EXEC_QUEUE_PRIORITY_UNSET; in __xe_execlist_port_start_next_active()
216 XE_WARN_ON(priority == XE_EXEC_QUEUE_PRIORITY_UNSET); in xe_execlist_make_active()
223 exl->active_priority != XE_EXEC_QUEUE_PRIORITY_UNSET) { in xe_execlist_make_active()
226 exl->active_priority = XE_EXEC_QUEUE_PRIORITY_UNSET; in xe_execlist_make_active()
229 if (exl->active_priority == XE_EXEC_QUEUE_PRIORITY_UNSET) { in xe_execlist_make_active()
363 exl->active_priority = XE_EXEC_QUEUE_PRIORITY_UNSET; in execlist_exec_queue_init()
390 if (WARN_ON(exl->active_priority != XE_EXEC_QUEUE_PRIORITY_UNSET)) in execlist_exec_queue_fini_async()
Dxe_exec_queue_types.h25 XE_EXEC_QUEUE_PRIORITY_UNSET = -2, /* For execlist usage only */ enumerator