Lines Matching refs:i915_active

29 	struct i915_active *ref;
77 struct i915_active *ref = addr; in active_debug_hint()
87 static void debug_active_init(struct i915_active *ref) in debug_active_init()
92 static void debug_active_activate(struct i915_active *ref) in debug_active_activate()
99 static void debug_active_deactivate(struct i915_active *ref) in debug_active_deactivate()
106 static void debug_active_fini(struct i915_active *ref) in debug_active_fini()
111 static void debug_active_assert(struct i915_active *ref) in debug_active_assert()
118 static inline void debug_active_init(struct i915_active *ref) { } in debug_active_init()
119 static inline void debug_active_activate(struct i915_active *ref) { } in debug_active_activate()
120 static inline void debug_active_deactivate(struct i915_active *ref) { } in debug_active_deactivate()
121 static inline void debug_active_fini(struct i915_active *ref) { } in debug_active_fini()
122 static inline void debug_active_assert(struct i915_active *ref) { } in debug_active_assert()
127 __active_retire(struct i915_active *ref) in __active_retire()
180 struct i915_active *ref = container_of(wrk, typeof(*ref), work); in active_work()
190 active_retire(struct i915_active *ref) in active_retire()
230 active_retire(container_of(cb, struct i915_active, excl.cb)); in excl_retire()
233 static struct active_node *__active_lookup(struct i915_active *ref, u64 idx) in __active_lookup()
290 active_instance(struct i915_active *ref, u64 idx) in active_instance()
339 void __i915_active_init(struct i915_active *ref, in __i915_active_init()
340 int (*active)(struct i915_active *ref), in __i915_active_init()
341 void (*retire)(struct i915_active *ref), in __i915_active_init()
366 static bool ____active_del_barrier(struct i915_active *ref, in ____active_del_barrier()
409 __active_del_barrier(struct i915_active *ref, struct active_node *node) in __active_del_barrier()
415 replace_barrier(struct i915_active *ref, struct i915_active_fence *active) in replace_barrier()
429 int i915_active_add_request(struct i915_active *ref, struct i915_request *rq) in i915_active_add_request()
459 __i915_active_set_fence(struct i915_active *ref, in __i915_active_set_fence()
482 i915_active_set_exclusive(struct i915_active *ref, struct dma_fence *f) in i915_active_set_exclusive()
488 bool i915_active_acquire_if_busy(struct i915_active *ref) in i915_active_acquire_if_busy()
494 static void __i915_active_activate(struct i915_active *ref) in __i915_active_activate()
502 int i915_active_acquire(struct i915_active *ref) in i915_active_acquire()
529 int i915_active_acquire_for_context(struct i915_active *ref, u64 idx) in i915_active_acquire_for_context()
547 void i915_active_release(struct i915_active *ref) in i915_active_release()
583 static int flush_lazy_signals(struct i915_active *ref) in flush_lazy_signals()
600 int __i915_active_wait(struct i915_active *ref, int state) in __i915_active_wait()
650 struct i915_active *ref;
667 static int __await_barrier(struct i915_active *ref, struct i915_sw_fence *fence) in __await_barrier()
690 static int await_active(struct i915_active *ref, in await_active()
738 struct i915_active *ref, in i915_request_await_active()
751 struct i915_active *ref, in i915_sw_fence_await_active()
757 void i915_active_fini(struct i915_active *ref) in i915_active_fini()
773 static struct active_node *reuse_idle_barrier(struct i915_active *ref, u64 idx) in reuse_idle_barrier()
856 int i915_active_acquire_preallocate_barrier(struct i915_active *ref, in i915_active_acquire_preallocate_barrier()
938 void i915_active_acquire_barrier(struct i915_active *ref) in i915_active_acquire_barrier()
1097 struct i915_active base;
1101 struct i915_active *i915_active_get(struct i915_active *ref) in i915_active_get()
1117 void i915_active_put(struct i915_active *ref) in i915_active_put()
1124 static int auto_active(struct i915_active *ref) in auto_active()
1130 static void auto_retire(struct i915_active *ref) in auto_retire()
1135 struct i915_active *i915_active_create(void) in i915_active_create()