Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_gem_gtt.c142 I915_WRITE(RING_PP_DIR_BASE(ring), pd_offset); in gen6_ppgtt_enable()
Di915_debugfs.c1609 seq_printf(m, "PP_DIR_BASE: 0x%08x\n", I915_READ(RING_PP_DIR_BASE(ring))); in i915_ppgtt_info()
Di915_reg.h116 #define RING_PP_DIR_BASE(ring) ((ring)->mmio_base+0x228) macro