Home
last modified time | relevance | path

Searched refs:intel_wait (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_breadcrumbs.c38 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 …]
Dintel_ringbuffer.h391 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 …]
Di915_request.h42 struct intel_wait { struct
50 struct intel_wait wait; argument
Di915_request.c1289 struct intel_wait wait; in i915_request_wait()
Dintel_engine_cs.c1568 struct intel_wait *w = rb_entry(rb, typeof(*w), node); in intel_engine_dump()
Di915_gpu_error.c1175 struct intel_wait *w = rb_entry(rb, typeof(*w), node); in error_record_engine_waiters()
Di915_irq.c1160 struct intel_wait *wait; in notify_ring()
Di915_debugfs.c1373 struct intel_wait *w = rb_entry(rb, typeof(*w), node); in i915_hangcheck_info()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dintel_breadcrumbs.c33 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()