Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_pci.c275 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
323 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \
376 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING,
417 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
461 .__runtime.ppgtt_type = INTEL_PPGTT_FULL,
522 .__runtime.ppgtt_type = INTEL_PPGTT_FULL, \
720 .__runtime.ppgtt_type = INTEL_PPGTT_FULL
H A Dintel_device_info.c117 drm_printf(p, "ppgtt-type: %d\n", runtime->ppgtt_type); in intel_device_info_print()
398 runtime->ppgtt_type = INTEL_PPGTT_NONE; in intel_device_info_runtime_init()
H A Dintel_device_info.h218 enum intel_ppgtt_type ppgtt_type; member
H A Di915_drv.h645 #define INTEL_PPGTT(i915) (RUNTIME_INFO(i915)->ppgtt_type)
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1981 RUNTIME_INFO(i915)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()