Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/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.h202 I915_CACHE_WT, enumerator
/openbsd/sys/dev/pci/drm/i915/
H A Di915_pci.c51 [I915_CACHE_WT] = 3, \
59 [I915_CACHE_WT] = 2, \
67 [I915_CACHE_WT] = 2, \
75 [I915_CACHE_WT] = 1, \
H A Di915_gem.c1161 I915_CACHE_WT != 3 || in i915_gem_init()
/openbsd/sys/dev/pci/drm/i915/selftests/
H A Dmock_gem_device.c135 [I915_CACHE_WT] = 3,
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_plane_initial.c189 I915_CACHE_WT : I915_CACHE_NONE); in initial_plane_vma()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dgen8_ppgtt.c49 case I915_CACHE_WT: in gen8_pte_encode()
H A Dintel_ggtt.c1495 case I915_CACHE_WT: in iris_pte_encode()