Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_reg.h1512 #define RING_SYNC_2(base) ((base)+0x48) macro
1515 #define GEN6_RVESYNC (RING_SYNC_2(RENDER_RING_BASE))
1518 #define GEN6_VVESYNC (RING_SYNC_2(GEN6_BSD_RING_BASE))
1521 #define GEN6_BVESYNC (RING_SYNC_2(BLT_RING_BASE))
1524 #define GEN6_VEVSYNC (RING_SYNC_2(VEBOX_RING_BASE))
Di915_gpu_error.c852 I915_READ(RING_SYNC_2(ring->mmio_base)); in gen6_record_semaphore_state()
Dintel_ringbuffer.c2439 I915_WRITE(RING_SYNC_2(ring->mmio_base), 0); in intel_ring_init_seqno()