Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Di915_pci.c430 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
483 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
543 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING,
593 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
641 .__runtime.ppgtt_type = INTEL_PPGTT_FULL,
727 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
1032 .__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-6.1.9/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()