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 static inline bool xe_exec_queue_uses_pxp(struct xe_exec_queue *q) in xe_exec_queue_uses_pxp()
65 bool xe_exec_queue_is_lr(struct xe_exec_queue *q);
67 bool xe_exec_queue_ring_full(struct xe_exec_queue *q);
69 bool xe_exec_queue_is_idle(struct xe_exec_queue *q);
71 void xe_exec_queue_kill(struct xe_exec_queue *q);
81 void xe_exec_queue_last_fence_put(struct xe_exec_queue *e, struct xe_vm *vm);
82 void xe_exec_queue_last_fence_put_unlocked(struct xe_exec_queue *e);
83 struct dma_fence *xe_exec_queue_last_fence_get(struct xe_exec_queue *e,
85 struct dma_fence *xe_exec_queue_last_fence_get_for_resume(struct xe_exec_queue *e,
87 void xe_exec_queue_last_fence_set(struct xe_exec_queue *e, struct xe_vm *vm,
89 int xe_exec_queue_last_fence_test_dep(struct xe_exec_queue *q,
91 void xe_exec_queue_update_run_ticks(struct xe_exec_queue *q);