Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/i915/
Dintel_ringbuffer.h30 #define I915_READ_SYNC_0(ring) I915_READ(RING_SYNC_0((ring)->mmio_base))
Di915_reg.h352 #define RING_SYNC_0(base) ((base)+0x40) macro
354 #define GEN6_RVSYNC (RING_SYNC_0(RENDER_RING_BASE))
357 #define GEN6_VBSYNC (RING_SYNC_0(GEN6_BSD_RING_BASE))
358 #define GEN6_BRSYNC (RING_SYNC_0(BLT_RING_BASE))
Di915_irq.c2105 = I915_READ(RING_SYNC_0(ring->mmio_base)); in i915_record_ring_state()