Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/
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
Dintel_device_info.h219 enum intel_ppgtt_type ppgtt_type; member
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()
Di915_drv.h755 #define INTEL_PPGTT(i915) (RUNTIME_INFO(i915)->ppgtt_type)
/Linux-v6.6/drivers/gpu/drm/i915/gem/selftests/
Dhuge_pages.c1981 RUNTIME_INFO(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()