Searched refs:intel_wait (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_breadcrumbs.c | 38 struct intel_wait *wait; in __intel_breadcrumbs_wakeup() 237 struct intel_wait *wait, *n; in intel_engine_disarm_breadcrumbs() 344 static inline struct intel_wait *to_wait(struct rb_node *node) in to_wait() 346 return rb_entry(node, struct intel_wait, node); in to_wait() 350 struct intel_wait *wait) in __intel_breadcrumbs_finish() 391 struct intel_wait *wait) in __intel_engine_add_wait() 485 struct intel_wait *crumb = to_wait(completed); in __intel_engine_add_wait() 499 struct intel_wait *wait) in intel_engine_add_wait() 530 struct intel_wait *wait) in __intel_engine_remove_wait() 591 struct intel_wait *wait) in intel_engine_remove_wait() [all …]
|
D | intel_ringbuffer.h | 391 struct intel_wait *irq_wait; /* oldest waiter by retirement */ 958 static inline void intel_wait_init(struct intel_wait *wait) in intel_wait_init() 964 static inline void intel_wait_init_for_seqno(struct intel_wait *wait, u32 seqno) in intel_wait_init_for_seqno() 970 static inline bool intel_wait_has_seqno(const struct intel_wait *wait) in intel_wait_has_seqno() 976 intel_wait_update_seqno(struct intel_wait *wait, u32 seqno) in intel_wait_update_seqno() 983 intel_wait_update_request(struct intel_wait *wait, in intel_wait_update_request() 990 intel_wait_check_seqno(const struct intel_wait *wait, u32 seqno) in intel_wait_check_seqno() 996 intel_wait_check_request(const struct intel_wait *wait, in intel_wait_check_request() 1002 static inline bool intel_wait_complete(const struct intel_wait *wait) in intel_wait_complete() 1008 struct intel_wait *wait); [all …]
|
D | i915_request.h | 42 struct intel_wait { struct 50 struct intel_wait wait; argument
|
D | i915_request.c | 1289 struct intel_wait wait; in i915_request_wait()
|
D | intel_engine_cs.c | 1568 struct intel_wait *w = rb_entry(rb, typeof(*w), node); in intel_engine_dump()
|
D | i915_gpu_error.c | 1175 struct intel_wait *w = rb_entry(rb, typeof(*w), node); in error_record_engine_waiters()
|
D | i915_irq.c | 1160 struct intel_wait *wait; in notify_ring()
|
D | i915_debugfs.c | 1373 struct intel_wait *w = rb_entry(rb, typeof(*w), node); in i915_hangcheck_info()
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | intel_breadcrumbs.c | 33 const struct intel_wait *waiters, in check_rbtree() 47 struct intel_wait *w = container_of(rb, typeof(*w), node); in check_rbtree() 70 const struct intel_wait *waiters, in check_completion() 111 struct intel_wait *waiters; in igt_random_insert_remove() 182 struct intel_wait *waiters; in igt_insert_complete() 305 struct intel_wait wait; in igt_wakeup_thread()
|