Lines Matching refs:xe_exec_queue
21 struct xe_exec_queue *xe_exec_queue_create(struct xe_device *xe, struct xe_vm *vm,
25 struct xe_exec_queue *xe_exec_queue_create_class(struct xe_device *xe, struct xe_gt *gt,
29 struct xe_exec_queue *xe_exec_queue_create_bind(struct xe_device *xe,
34 void xe_exec_queue_fini(struct xe_exec_queue *q);
36 void xe_exec_queue_assign_name(struct xe_exec_queue *q, u32 instance);
38 static inline struct xe_exec_queue *
39 xe_exec_queue_get_unless_zero(struct xe_exec_queue *q) in xe_exec_queue_get_unless_zero()
47 struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id);
49 static inline struct xe_exec_queue *xe_exec_queue_get(struct xe_exec_queue *q) in xe_exec_queue_get()
55 static inline void xe_exec_queue_put(struct xe_exec_queue *q) in xe_exec_queue_put()
60 static inline bool xe_exec_queue_is_parallel(struct xe_exec_queue *q) in xe_exec_queue_is_parallel()
65 static inline bool xe_exec_queue_uses_pxp(struct xe_exec_queue *q) in xe_exec_queue_uses_pxp()
76 static inline bool xe_exec_queue_is_multi_queue(struct xe_exec_queue *q) in xe_exec_queue_is_multi_queue()
88 static inline bool xe_exec_queue_is_multi_queue_primary(struct xe_exec_queue *q) in xe_exec_queue_is_multi_queue_primary()
100 static inline bool xe_exec_queue_is_multi_queue_secondary(struct xe_exec_queue *q) in xe_exec_queue_is_multi_queue_secondary()
112 static inline struct xe_exec_queue *xe_exec_queue_multi_queue_primary(struct xe_exec_queue *q) in xe_exec_queue_multi_queue_primary()
117 bool xe_exec_queue_is_lr(struct xe_exec_queue *q);
119 bool xe_exec_queue_is_idle(struct xe_exec_queue *q);
121 void xe_exec_queue_kill(struct xe_exec_queue *q);
133 void xe_exec_queue_last_fence_put(struct xe_exec_queue *e, struct xe_vm *vm);
134 void xe_exec_queue_last_fence_put_unlocked(struct xe_exec_queue *e);
135 struct dma_fence *xe_exec_queue_last_fence_get(struct xe_exec_queue *e,
137 struct dma_fence *xe_exec_queue_last_fence_get_for_resume(struct xe_exec_queue *e,
139 void xe_exec_queue_last_fence_set(struct xe_exec_queue *e, struct xe_vm *vm,
142 void xe_exec_queue_tlb_inval_last_fence_put(struct xe_exec_queue *q,
146 void xe_exec_queue_tlb_inval_last_fence_put_unlocked(struct xe_exec_queue *q,
149 struct dma_fence *xe_exec_queue_tlb_inval_last_fence_get(struct xe_exec_queue *q,
153 void xe_exec_queue_tlb_inval_last_fence_set(struct xe_exec_queue *q,
158 void xe_exec_queue_update_run_ticks(struct xe_exec_queue *q);
160 int xe_exec_queue_contexts_hwsp_rebase(struct xe_exec_queue *q, void *scratch);
162 struct xe_lrc *xe_exec_queue_lrc(struct xe_exec_queue *q);
176 static inline bool xe_exec_queue_idle_skip_suspend(struct xe_exec_queue *q) in xe_exec_queue_idle_skip_suspend()