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

/solaris-x11-s11/open-src/kernel/i915/src/
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);
H A Di915_irq.c1711 = I915_READ(RING_SYNC_0(ring->mmio_base));

Completed in 69 milliseconds