Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_pci.c409 .ppgtt_type = INTEL_PPGTT_ALIASING, \
460 .ppgtt_type = INTEL_PPGTT_ALIASING, \
520 .ppgtt_type = INTEL_PPGTT_ALIASING,
572 .ppgtt_type = INTEL_PPGTT_FULL, \
621 .ppgtt_type = INTEL_PPGTT_FULL,
706 .ppgtt_type = INTEL_PPGTT_FULL, \
Dintel_device_info.h169 enum intel_ppgtt_type ppgtt_type; member
Dintel_device_info.c103 drm_printf(p, "ppgtt-type: %d\n", info->ppgtt_type); in intel_device_info_print_static()
501 info->ppgtt_type = INTEL_PPGTT_NONE; in intel_device_info_runtime_init()
Di915_drv.h1659 #define INTEL_PPGTT(dev_priv) (INTEL_INFO(dev_priv)->ppgtt_type)
/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1593 mkwrite_device_info(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()