Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Dintel_device_info.h140 INTEL_PPGTT_ALIASING = I915_GEM_PPGTT_ALIASING, enumerator
H A Di915_pci.c275 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
323 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
376 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING,
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c1026 if (INTEL_PPGTT(i915) == INTEL_PPGTT_ALIASING) { in i915_init_ggtt()