Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_gem_gtt.c355 I915_WRITE(RING_PP_DIR_BASE(ring), pd_offset); in i915_gem_init_ppgtt()
H A Di915_debug.c1402 seq_printf(m, "PP_DIR_BASE: 0x%08x\n", I915_READ(RING_PP_DIR_BASE(ring))); in i915_ppgtt_info()
H A Di915_reg.h120 #define RING_PP_DIR_BASE(ring) ((ring)->mmio_base+0x228) macro