Home
last modified time | relevance | path

Searched refs:I915_CACHE_LLC (Results 1 – 22 of 22) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/selftests/
H A Di915_gem_evict.c249 .color = i915_gem_get_pat_index(gt->i915, I915_CACHE_LLC), in igt_evict_for_cache_color()
270 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in igt_evict_for_cache_color()
286 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in igt_evict_for_cache_color()
H A Dmock_gem_device.c133 [I915_CACHE_LLC] = 1,
H A Digt_spinner.c26 i915_gem_object_set_cache_coherency(spin->hws, I915_CACHE_LLC); in igt_spinner_init()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_pci.c49 [I915_CACHE_LLC] = 1, \
57 [I915_CACHE_LLC] = 0, \
65 [I915_CACHE_LLC] = 3, \
73 [I915_CACHE_LLC] = 3, \
H A Di915_gem.c1159 I915_CACHE_LLC != 1 || in i915_gem_init()
H A Di915_perf.c1921 i915_gem_object_set_cache_coherency(bo, I915_CACHE_LLC); in alloc_oa_buffer()
/openbsd/sys/dev/pci/drm/i915/gem/selftests/
H A Dhuge_gem_object.c126 cache_level = HAS_LLC(i915) ? I915_CACHE_LLC : I915_CACHE_NONE; in huge_gem_object()
H A Dhuge_pages.c203 cache_level = HAS_LLC(i915) ? I915_CACHE_LLC : I915_CACHE_NONE; in huge_pages_object()
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_domain.c327 if (i915_gem_object_has_cache_level(obj, I915_CACHE_LLC) || in i915_gem_get_caching_ioctl()
368 level = I915_CACHE_LLC; in i915_gem_set_caching_ioctl()
H A Di915_gem_internal.c174 cache_level = HAS_LLC(i915) ? I915_CACHE_LLC : I915_CACHE_NONE; in __i915_gem_object_create_internal()
H A Di915_gem_object_types.h172 I915_CACHE_LLC, enumerator
H A Di915_gem_userptr.c567 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in i915_gem_userptr_ioctl()
H A Di915_gem_ttm_move.c57 ttm->caching == ttm_cached) ? I915_CACHE_LLC : in i915_ttm_cache_level()
H A Di915_gem_shmem.c735 cache_level = I915_CACHE_LLC; in shmem_object_init()
H A Di915_gem_stolen.c724 cache_level = HAS_LLC(mem->i915) ? I915_CACHE_LLC : I915_CACHE_NONE; in __i915_gem_object_create_stolen()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_ppgtt.c109 write_dma_entry(px_base(pd), idx, encode(px_dma(to), I915_CACHE_LLC)); in __set_pd_entry()
H A Dintel_timeline.c29 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in hwsp_alloc()
H A Dintel_gtt.c679 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in __vm_create_scratch_for_read()
H A Dintel_ggtt.c1423 case I915_CACHE_LLC: in snb_pte_encode()
1446 case I915_CACHE_LLC: in ivb_pte_encode()
H A Dselftest_workarounds.c114 i915_gem_object_set_cache_coherency(result, I915_CACHE_LLC); in read_nonprivs()
H A Dselftest_hangcheck.c67 i915_gem_object_set_cache_coherency(h->hws, I915_CACHE_LLC); in hang_init()
H A Dintel_engine_cs.c1132 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in init_status_page()