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

/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_ringbuffer.h41 #define I915_READ_SYNC_1(ring) I915_READ(RING_SYNC_1((ring)->mmio_base))
H A Di915_reg.h438 #define RING_SYNC_1(base) ((base)+0x44) macro
440 #define GEN6_RBSYNC (RING_SYNC_1(RENDER_RING_BASE))
441 #define GEN6_VRSYNC (RING_SYNC_1(GEN6_BSD_RING_BASE))
444 #define GEN6_BVSYNC (RING_SYNC_1(BLT_RING_BASE))
H A Di915_irq.c1135 = I915_READ(RING_SYNC_1(ring->mmio_base));

Completed in 187 milliseconds