Home
last modified time | relevance | path

Searched refs:I915_CACHE_WT (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c38 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 Di915_gem_object_types.h198 I915_CACHE_WT, enumerator
/linux/drivers/gpu/drm/i915/
H A Di915_pci.c53 [I915_CACHE_WT] = 3, \
61 [I915_CACHE_WT] = 2, \
69 [I915_CACHE_WT] = 1, \
H A Di915_gem.c1158 I915_CACHE_WT != 3 || in i915_gem_init()
/linux/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c134 [I915_CACHE_WT] = 3,
/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c50 case I915_CACHE_WT: in gen8_pte_encode()
H A Dintel_ggtt.c1379 case I915_CACHE_WT: in iris_pte_encode()