Searched refs:RING_PP_DIR_BASE (Results 1 – 4 of 4) sorted by relevance
972 intel_ring_emit(ring, RING_PP_DIR_BASE(ring)); in hsw_mm_switch()986 I915_WRITE(RING_PP_DIR_BASE(ring), get_pd_offset(ppgtt)); in vgpu_mm_switch()1007 intel_ring_emit(ring, RING_PP_DIR_BASE(ring)); in gen7_mm_switch()1030 I915_WRITE(RING_PP_DIR_BASE(ring), get_pd_offset(ppgtt)); in gen6_mm_switch()
932 I915_READ(RING_PP_DIR_BASE(ring)); in i915_record_ring_state()
2187 seq_printf(m, "PP_DIR_BASE: 0x%08x\n", I915_READ(RING_PP_DIR_BASE(ring))); in gen6_ppgtt_info()
134 #define RING_PP_DIR_BASE(ring) ((ring)->mmio_base+0x228) macro