Searched refs:i915_active (Results 1 – 10 of 10) sorted by relevance
152 void __i915_active_init(struct i915_active *ref,153 int (*active)(struct i915_active *ref),154 void (*retire)(struct i915_active *ref),167 int i915_active_add_request(struct i915_active *ref, struct i915_request *rq);170 i915_active_set_exclusive(struct i915_active *ref, struct dma_fence *f);172 int __i915_active_wait(struct i915_active *ref, int state);173 static inline int i915_active_wait(struct i915_active *ref) in i915_active_wait()179 struct i915_active *ref,182 struct i915_active *ref,188 int i915_active_acquire(struct i915_active *ref);[all …]
25 struct i915_active { struct39 int (*active)(struct i915_active *ref); argument40 void (*retire)(struct i915_active *ref); argument
28 struct i915_active;374 struct i915_active *active);
43 struct i915_active active;47 static int pulse_active(struct i915_active *active) in pulse_active()66 static void pulse_retire(struct i915_active *active) in pulse_retire()
23 struct i915_active active;
67 struct i915_active active;
27 struct i915_active active;
39 static void __timeline_retire(struct i915_active *active) in __timeline_retire()48 static int __timeline_active(struct i915_active *active) in __timeline_active()
350 static void __intel_context_retire(struct i915_active *active) in __intel_context_retire()363 static int __intel_context_active(struct i915_active *active) in __intel_context_active()
99 static void pool_retire(struct i915_active *ref) in pool_retire()