Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_pci.c375 .ppgtt_type = INTEL_PPGTT_ALIASING, \
423 .ppgtt_type = INTEL_PPGTT_FULL, \
479 .ppgtt_type = INTEL_PPGTT_FULL,
526 .ppgtt_type = INTEL_PPGTT_FULL, \
573 .ppgtt_type = INTEL_PPGTT_FULL,
648 .ppgtt_type = INTEL_PPGTT_FULL, \
Dintel_device_info.h157 enum intel_ppgtt_type ppgtt_type; member
Dintel_device_info.c973 info->ppgtt_type = INTEL_PPGTT_NONE; in intel_device_info_runtime_init()
Di915_drv.h2104 #define INTEL_PPGTT(dev_priv) (INTEL_INFO(dev_priv)->ppgtt_type)
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1617 mkwrite_device_info(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()