Home
last modified time | relevance | path

Searched refs:ppgtt_type (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_pci.c281 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
329 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
383 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING,
424 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
469 .__runtime.ppgtt_type = INTEL_PPGTT_FULL,
531 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
732 .__runtime.ppgtt_type = INTEL_PPGTT_FULL
H A Dintel_device_info.h219 enum intel_ppgtt_type ppgtt_type; member
H A Dintel_device_info.c122 drm_printf(p, "ppgtt-type: %d\n", runtime->ppgtt_type); in intel_device_info_print()
409 runtime->ppgtt_type = INTEL_PPGTT_NONE; in intel_device_info_runtime_init()
H A Di915_drv.h755 #define INTEL_PPGTT(i915) (RUNTIME_INFO(i915)->ppgtt_type)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_pci.c410 .ppgtt_type = INTEL_PPGTT_ALIASING, \
461 .ppgtt_type = INTEL_PPGTT_ALIASING, \
521 .ppgtt_type = INTEL_PPGTT_ALIASING,
573 .ppgtt_type = INTEL_PPGTT_FULL, \
622 .ppgtt_type = INTEL_PPGTT_FULL,
707 .ppgtt_type = INTEL_PPGTT_FULL, \
H A Dintel_device_info.h169 enum intel_ppgtt_type ppgtt_type; member
H A 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()
H A Di915_drv.h1657 #define INTEL_PPGTT(dev_priv) (INTEL_INFO(dev_priv)->ppgtt_type)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1593 mkwrite_device_info(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1981 RUNTIME_INFO(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()

Completed in 19 milliseconds