Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_exec_queue_types.h79 #define EXEC_QUEUE_FLAG_PERMANENT BIT(1) macro
Dxe_gsc.c485 EXEC_QUEUE_FLAG_PERMANENT, 0); in xe_gsc_init_post_hwconfig()
Dxe_guc_submit.c1235 if (q->flags & EXEC_QUEUE_FLAG_PERMANENT || exec_queue_wedged(q)) in guc_exec_queue_fini_async()
1259 xe_assert(xe, !(q->flags & EXEC_QUEUE_FLAG_PERMANENT)); in __guc_exec_queue_process_msg_cleanup()
1503 if (!(q->flags & EXEC_QUEUE_FLAG_PERMANENT) && !exec_queue_wedged(q)) in guc_exec_queue_fini()
Dxe_migrate.c439 EXEC_QUEUE_FLAG_PERMANENT | in xe_migrate_init()
445 EXEC_QUEUE_FLAG_PERMANENT, 0); in xe_migrate_init()
Dxe_exec_queue.c59 XE_WARN_ON((flags & EXEC_QUEUE_FLAG_PERMANENT) && !(flags & EXEC_QUEUE_FLAG_KERNEL)); in __xe_exec_queue_alloc()