Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_device_info.h138 INTEL_PPGTT_ALIASING = I915_GEM_PPGTT_ALIASING, enumerator
H A Di915_pci.c281 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
329 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
383 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING,
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt.c504 if (INTEL_PPGTT(gt->i915) > INTEL_PPGTT_ALIASING) in kernel_vm()
H A Dintel_ggtt.c787 if (INTEL_PPGTT(i915) == INTEL_PPGTT_ALIASING) { in i915_init_ggtt()