Searched refs:I915_CACHE_WT (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_domain.c | 238 case I915_CACHE_WT: in i915_gem_get_caching_ioctl() 277 level = HAS_WT(i915) ? I915_CACHE_WT : I915_CACHE_NONE; in i915_gem_set_caching_ioctl() 346 I915_CACHE_WT : I915_CACHE_NONE); in i915_gem_object_pin_to_display_plane()
|
H A D | i915_gem_object.c | 308 obj->cache_level == I915_CACHE_WT); in gpu_write_needs_clflush()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_domain.c | 38 i915_gem_object_has_cache_level(obj, I915_CACHE_WT)); in gpu_write_needs_clflush() 330 else if (i915_gem_object_has_cache_level(obj, I915_CACHE_WT)) in i915_gem_get_caching_ioctl() 371 level = HAS_WT(i915) ? I915_CACHE_WT : I915_CACHE_NONE; in i915_gem_set_caching_ioctl() 451 I915_CACHE_WT : I915_CACHE_NONE); in i915_gem_object_pin_to_display_plane()
|
H A D | i915_gem_object_types.h | 164 * CPU cache. For such objects I915_CACHE_NONE or I915_CACHE_WT is 186 * @I915_CACHE_WT: 198 I915_CACHE_WT, enumerator 430 * surfaces will either be marked as I915_CACHE_NONE or I915_CACHE_WT. 458 * scanout surfaces marked as I915_CACHE_WT, we use:
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_pci.c | 51 [I915_CACHE_WT] = 3, \ 59 [I915_CACHE_WT] = 2, \ 67 [I915_CACHE_WT] = 2, \ 75 [I915_CACHE_WT] = 1, \
|
H A D | i915_gem.c | 1161 I915_CACHE_WT != 3 || in i915_gem_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | mock_gem_device.c | 135 [I915_CACHE_WT] = 3,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_plane_initial.c | 125 I915_CACHE_WT : I915_CACHE_NONE); in initial_plane_vma()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | gen8_ppgtt.c | 42 case I915_CACHE_WT: in gen8_pte_encode()
|
H A D | intel_ggtt.c | 986 case I915_CACHE_WT: in iris_pte_encode()
|
H A D | intel_engine_cs.c | 1052 case I915_CACHE_WT: return " WT"; in i915_cache_level_str()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | gen8_ppgtt.c | 49 case I915_CACHE_WT: in gen8_pte_encode()
|
H A D | intel_ggtt.c | 1125 case I915_CACHE_WT: in iris_pte_encode()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 355 I915_CACHE_WT, /* hsw:gt3e WriteThrough for scanouts */ enumerator
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 3440 I915_CACHE_WT : I915_CACHE_NONE); in initial_plane_vma()
|
Completed in 61 milliseconds