Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/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()
416 runtime->ppgtt_type = INTEL_PPGTT_NONE; in intel_device_info_runtime_init()
H A Di915_drv.h829 #define INTEL_PPGTT(i915) (RUNTIME_INFO(i915)->ppgtt_type)
/openbsd/sys/dev/pci/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()