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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.h71 #define I915_READ_SYNC_1(ring) I915_READ(RING_SYNC_1((ring)->mmio_base))
H A Di915_reg.h679 #define RING_SYNC_1(base) ((base)+0x44) macro
682 #define GEN6_RBSYNC (RING_SYNC_1(RENDER_RING_BASE))
685 #define GEN6_VRSYNC (RING_SYNC_1(GEN6_BSD_RING_BASE))
688 #define GEN6_BVSYNC (RING_SYNC_1(BLT_RING_BASE))
691 #define GEN6_VERSYNC (RING_SYNC_1(VEBOX_RING_BASE))
H A Dintel_ringbuffer.c1616 I915_WRITE(RING_SYNC_1(ring->mmio_base), 0);
H A Di915_irq.c1713 = I915_READ(RING_SYNC_1(ring->mmio_base));

Completed in 67 milliseconds