Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/i915/
HDintel_ringbuffer.h41 #define I915_READ_SYNC_0(ring) I915_READ(RING_SYNC_0((ring)->mmio_base))
HDi915_reg.h452 #define RING_SYNC_0(base) ((base)+0x40) macro
454 #define GEN6_RVSYNC (RING_SYNC_0(RENDER_RING_BASE))
457 #define GEN6_VBSYNC (RING_SYNC_0(GEN6_BSD_RING_BASE))
458 #define GEN6_BRSYNC (RING_SYNC_0(BLT_RING_BASE))
HDi915_irq.c993 = I915_READ(RING_SYNC_0(ring->mmio_base)); in i915_record_ring_state()