Searched refs:intel_ring_wrap (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_ring.c | 54 u32 prev = x, next = intel_ring_wrap(ring, x + step); in check_ring_step() 70 err |= check_ring_step(ring, intel_ring_wrap(ring, x + 1), step); in check_ring_offset() 71 err |= check_ring_step(ring, intel_ring_wrap(ring, x - 1), step); in check_ring_offset()
|
| H A D | intel_ring.h | 54 static inline u32 intel_ring_wrap(const struct intel_ring *ring, u32 pos) in intel_ring_wrap() function 86 return intel_ring_wrap(rq->ring, offset); in intel_ring_offset()
|
| H A D | intel_ring.c | 87 tail = intel_ring_wrap(ring, tail); in intel_ring_reset()
|