Searched refs:RING_PP_DIR_BASE (Results 1 – 4 of 4) sorted by relevance
1667 intel_ring_emit(ring, RING_PP_DIR_BASE(ring)); in hsw_mm_switch()1682 I915_WRITE(RING_PP_DIR_BASE(ring), get_pd_offset(ppgtt)); in vgpu_mm_switch()1704 intel_ring_emit(ring, RING_PP_DIR_BASE(ring)); in gen7_mm_switch()1728 I915_WRITE(RING_PP_DIR_BASE(ring), get_pd_offset(ppgtt)); in gen6_mm_switch()
943 I915_READ(RING_PP_DIR_BASE(ring)); in i915_record_ring_state()
139 #define RING_PP_DIR_BASE(ring) ((ring)->mmio_base+0x228) macro
2262 seq_printf(m, "PP_DIR_BASE: 0x%08x\n", I915_READ(RING_PP_DIR_BASE(ring))); in gen6_ppgtt_info()