Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Di915_pci.c407 .ppgtt_type = INTEL_PPGTT_ALIASING, \
459 .ppgtt_type = INTEL_PPGTT_ALIASING, \
520 .ppgtt_type = INTEL_PPGTT_ALIASING,
572 .ppgtt_type = INTEL_PPGTT_FULL, \
620 .ppgtt_type = INTEL_PPGTT_FULL,
703 .ppgtt_type = INTEL_PPGTT_FULL, \
1004 .ppgtt_type = INTEL_PPGTT_FULL
Dintel_device_info.c117 drm_printf(p, "ppgtt-type: %d\n", info->ppgtt_type); in intel_device_info_print_static()
375 info->ppgtt_type = INTEL_PPGTT_NONE; in intel_device_info_runtime_init()
Dintel_device_info.h180 enum intel_ppgtt_type ppgtt_type; member
Di915_drv.h1623 #define INTEL_PPGTT(dev_priv) (INTEL_INFO(dev_priv)->ppgtt_type)
/Linux-v5.15/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1629 mkwrite_device_info(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()