Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/
Di915_pci.c424 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
469 .__runtime.ppgtt_type = INTEL_PPGTT_FULL,
531 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
732 .__runtime.ppgtt_type = INTEL_PPGTT_FULL
Dintel_device_info.h139 INTEL_PPGTT_FULL = I915_GEM_PPGTT_FULL, enumerator
Di915_drv.h759 (INTEL_PPGTT(i915) >= INTEL_PPGTT_FULL)
/Linux-v6.6/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1981 RUNTIME_INFO(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c1596 if (INTEL_PPGTT(gt->i915) < INTEL_PPGTT_FULL) in igt_reset_evict_ppgtt()