Home
last modified time | relevance | path

Searched refs:INTEL_PPGTT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_getparam.c66 value = INTEL_PPGTT(i915); in i915_getparam_ioctl()
H A Di915_drv.h751 #define INTEL_PPGTT(i915) (RUNTIME_INFO(i915)->ppgtt_type) macro
753 (INTEL_PPGTT(i915) != INTEL_PPGTT_NONE)
755 (INTEL_PPGTT(i915) >= INTEL_PPGTT_FULL)
/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()
H A Dselftest_hangcheck.c1596 if (INTEL_PPGTT(gt->i915) < INTEL_PPGTT_FULL) in igt_reset_evict_ppgtt()