Lines Matching refs:xe_assert
419 xe_assert(xe, exec_queue_registered(q)); in init_policies()
458 xe_assert(xe, xe_exec_queue_is_parallel(q)); in __register_mlrc_exec_queue()
481 xe_assert(xe, len <= MAX_MLRC_REG_SIZE); in __register_mlrc_exec_queue()
515 xe_assert(xe, !exec_queue_registered(q)); in register_exec_queue()
605 xe_assert(xe, FIELD_FIT(WQ_LEN_MASK, len_dw)); in wq_noop_append()
645 xe_assert(xe, i == wqi_size / sizeof(u32)); in wq_item_append()
651 xe_assert(xe, q->guc->wqi_tail <= WQ_SIZE); in wq_item_append()
671 xe_assert(xe, exec_queue_registered(q)); in submit_exec_queue()
721 xe_assert(xe, !(exec_queue_destroyed(q) || exec_queue_pending_disable(q)) || in guc_exec_queue_run_job()
868 xe_assert(xe, xe_exec_queue_is_lr(q)); in xe_guc_exec_queue_lr_cleanup()
1259 xe_assert(xe, !(q->flags & EXEC_QUEUE_FLAG_PERMANENT)); in __guc_exec_queue_process_msg_cleanup()
1297 xe_assert(xe, exec_queue_suspended(q) || exec_queue_killed(q) || in suspend_fence_signal()
1299 xe_assert(xe, q->guc->suspend_pending); in suspend_fence_signal()
1400 xe_assert(xe, xe_device_uc_enabled(guc_to_xe(guc))); in guc_exec_queue_init()
1615 xe_assert(xe, !q->guc->suspend_pending); in guc_exec_queue_resume()
1729 xe_assert(xe, guc_read_stopped(guc) == 1); in xe_guc_submit_stop()
1773 xe_assert(xe, guc_read_stopped(guc) == 1); in xe_guc_submit_start()
1808 xe_assert(xe, guc_id >= q->guc->id); in g2h_exec_queue_lookup()
1809 xe_assert(xe, guc_id < (q->guc->id + q->width)); in g2h_exec_queue_lookup()