Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_ringbuffer.h38 #define I915_READ_SYNC_1(ring) I915_READ(RING_SYNC_1((ring)->mmio_base))
Di915_reg.h452 #define RING_SYNC_1(base) ((base)+0x44) macro
454 #define GEN6_RBSYNC (RING_SYNC_1(RENDER_RING_BASE))
455 #define GEN6_VRSYNC (RING_SYNC_1(GEN6_BSD_RING_BASE))
458 #define GEN6_BVSYNC (RING_SYNC_1(BLT_RING_BASE))
Dintel_ringbuffer.c1499 I915_WRITE(RING_SYNC_1(ring->mmio_base), 0); in intel_ring_init_seqno()
Di915_irq.c1374 = I915_READ(RING_SYNC_1(ring->mmio_base)); in i915_record_ring_state()