Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_reg.h1180 #define RING_SYNC_0(base) ((base)+0x40) macro
1183 #define GEN6_RVSYNC (RING_SYNC_0(RENDER_RING_BASE))
1186 #define GEN6_VBSYNC (RING_SYNC_0(GEN6_BSD_RING_BASE))
1189 #define GEN6_BRSYNC (RING_SYNC_0(BLT_RING_BASE))
1192 #define GEN6_VEBSYNC (RING_SYNC_0(VEBOX_RING_BASE))
Di915_gpu_error.c835 ering->semaphore_mboxes[0] = I915_READ(RING_SYNC_0(ring->mmio_base)); in gen6_record_semaphore_state()
Dintel_ringbuffer.c2290 I915_WRITE(RING_SYNC_0(ring->mmio_base), 0); in intel_ring_init_seqno()