Searched refs:ppgtt_type (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_pci.c | 281 .__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 D | intel_device_info.h | 219 enum intel_ppgtt_type ppgtt_type; member
|
H A D | intel_device_info.c | 122 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 D | i915_drv.h | 755 #define INTEL_PPGTT(i915) (RUNTIME_INFO(i915)->ppgtt_type)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_pci.c | 410 .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 D | intel_device_info.h | 169 enum intel_ppgtt_type ppgtt_type; member
|
H A D | intel_device_info.c | 103 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 D | i915_drv.h | 1657 #define INTEL_PPGTT(dev_priv) (INTEL_INFO(dev_priv)->ppgtt_type)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | huge_pages.c | 1593 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 D | huge_pages.c | 1981 RUNTIME_INFO(dev_priv)->ppgtt_type = INTEL_PPGTT_FULL; in i915_gem_huge_page_mock_selftests()
|
Completed in 19 milliseconds