Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_device_info.h138 INTEL_PPGTT_FULL = I915_GEM_PPGTT_FULL, enumerator
Di915_pci.c592 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
640 .__runtime.ppgtt_type = INTEL_PPGTT_FULL,
726 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
1031 .__runtime.ppgtt_type = INTEL_PPGTT_FULL
Di915_drv.h828 (INTEL_PPGTT(dev_priv) >= INTEL_PPGTT_FULL)
/Linux-v6.1/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1767 RUNTIME_INFO(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c1611 if (INTEL_PPGTT(gt->i915) < INTEL_PPGTT_FULL) in igt_reset_evict_ppgtt()