Home
last modified time | relevance | path

Searched refs:RING_SYNC_0 (Results 1 – 4 of 4) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_ringbuffer.h70 #define I915_READ_SYNC_0(ring) I915_READ(RING_SYNC_0((ring)->mmio_base))
H A Di915_reg.h678 #define RING_SYNC_0(base) ((base)+0x40) macro
681 #define GEN6_RVSYNC (RING_SYNC_0(RENDER_RING_BASE))
684 #define GEN6_VBSYNC (RING_SYNC_0(GEN6_BSD_RING_BASE))
687 #define GEN6_BRSYNC (RING_SYNC_0(BLT_RING_BASE))
690 #define GEN6_VEBSYNC (RING_SYNC_0(VEBOX_RING_BASE))
H A Dintel_ringbuffer.c1615 I915_WRITE(RING_SYNC_0(ring->mmio_base), 0); in intel_ring_init_seqno()
H A Di915_irq.c1714 = I915_READ(RING_SYNC_0(ring->mmio_base)); in i915_record_ring_state()