Lines Matching refs:xe_exec_queue
17 struct xe_exec_queue *xe_exec_queue_create(struct xe_device *xe, struct xe_vm *vm,
21 struct xe_exec_queue *xe_exec_queue_create_class(struct xe_device *xe, struct xe_gt *gt,
25 struct xe_exec_queue *xe_exec_queue_create_bind(struct xe_device *xe,
29 void xe_exec_queue_fini(struct xe_exec_queue *q);
31 void xe_exec_queue_assign_name(struct xe_exec_queue *q, u32 instance);
33 static inline struct xe_exec_queue *
34 xe_exec_queue_get_unless_zero(struct xe_exec_queue *q) in xe_exec_queue_get_unless_zero()
42 struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id);
44 static inline struct xe_exec_queue *xe_exec_queue_get(struct xe_exec_queue *q) in xe_exec_queue_get()
50 static inline void xe_exec_queue_put(struct xe_exec_queue *q) in xe_exec_queue_put()
55 static inline bool xe_exec_queue_is_parallel(struct xe_exec_queue *q) in xe_exec_queue_is_parallel()
60 bool xe_exec_queue_is_lr(struct xe_exec_queue *q);
62 bool xe_exec_queue_ring_full(struct xe_exec_queue *q);
64 bool xe_exec_queue_is_idle(struct xe_exec_queue *q);
66 void xe_exec_queue_kill(struct xe_exec_queue *q);
76 void xe_exec_queue_last_fence_put(struct xe_exec_queue *e, struct xe_vm *vm);
77 void xe_exec_queue_last_fence_put_unlocked(struct xe_exec_queue *e);
78 struct dma_fence *xe_exec_queue_last_fence_get(struct xe_exec_queue *e,
80 struct dma_fence *xe_exec_queue_last_fence_get_for_resume(struct xe_exec_queue *e,
82 void xe_exec_queue_last_fence_set(struct xe_exec_queue *e, struct xe_vm *vm,
84 int xe_exec_queue_last_fence_test_dep(struct xe_exec_queue *q,
86 void xe_exec_queue_update_run_ticks(struct xe_exec_queue *q);