Searched refs:RING_SYNC_0 (Results 1 – 4 of 4) sorted by relevance
37 #define I915_READ_SYNC_0(ring) I915_READ(RING_SYNC_0((ring)->mmio_base))
451 #define RING_SYNC_0(base) ((base)+0x40) macro453 #define GEN6_RVSYNC (RING_SYNC_0(RENDER_RING_BASE))456 #define GEN6_VBSYNC (RING_SYNC_0(GEN6_BSD_RING_BASE))457 #define GEN6_BRSYNC (RING_SYNC_0(BLT_RING_BASE))
1498 I915_WRITE(RING_SYNC_0(ring->mmio_base), 0); in intel_ring_init_seqno()
1372 = I915_READ(RING_SYNC_0(ring->mmio_base)); in i915_record_ring_state()