Searched refs:EXEC_QUEUE_FLAG_PERMANENT (Results 1 – 5 of 5) sorted by relevance
79 #define EXEC_QUEUE_FLAG_PERMANENT BIT(1) macro
485 EXEC_QUEUE_FLAG_PERMANENT, 0); in xe_gsc_init_post_hwconfig()
1235 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()
439 EXEC_QUEUE_FLAG_PERMANENT | in xe_migrate_init()445 EXEC_QUEUE_FLAG_PERMANENT, 0); in xe_migrate_init()
59 XE_WARN_ON((flags & EXEC_QUEUE_FLAG_PERMANENT) && !(flags & EXEC_QUEUE_FLAG_KERNEL)); in __xe_exec_queue_alloc()