Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Di915_pci.c429 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
482 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
542 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING,
592 .__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
Dintel_device_info.c124 drm_printf(p, "ppgtt-type: %d\n", runtime->ppgtt_type); in intel_device_info_print()
426 runtime->ppgtt_type = INTEL_PPGTT_NONE; in intel_device_info_runtime_init()
Dintel_device_info.h234 enum intel_ppgtt_type ppgtt_type; member
Di915_drv.h824 #define INTEL_PPGTT(dev_priv) (RUNTIME_INFO(dev_priv)->ppgtt_type)
/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()