Searched refs:RING_PP_DIR_BASE (Results 1 – 3 of 3) sorted by relevance
142 I915_WRITE(RING_PP_DIR_BASE(ring), pd_offset); in gen6_ppgtt_enable()
1609 seq_printf(m, "PP_DIR_BASE: 0x%08x\n", I915_READ(RING_PP_DIR_BASE(ring))); in i915_ppgtt_info()
116 #define RING_PP_DIR_BASE(ring) ((ring)->mmio_base+0x228) macro