Searched refs:I915_CACHE_LLC (Results 1 – 22 of 22) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/selftests/ |
H A D | i915_gem_evict.c | 249 .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 D | mock_gem_device.c | 133 [I915_CACHE_LLC] = 1,
|
H A D | igt_spinner.c | 26 i915_gem_object_set_cache_coherency(spin->hws, I915_CACHE_LLC); in igt_spinner_init()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_pci.c | 49 [I915_CACHE_LLC] = 1, \ 57 [I915_CACHE_LLC] = 0, \ 65 [I915_CACHE_LLC] = 3, \ 73 [I915_CACHE_LLC] = 3, \
|
H A D | i915_gem.c | 1159 I915_CACHE_LLC != 1 || in i915_gem_init()
|
H A D | i915_perf.c | 1921 i915_gem_object_set_cache_coherency(bo, I915_CACHE_LLC); in alloc_oa_buffer()
|
/openbsd/sys/dev/pci/drm/i915/gem/selftests/ |
H A D | huge_gem_object.c | 126 cache_level = HAS_LLC(i915) ? I915_CACHE_LLC : I915_CACHE_NONE; in huge_gem_object()
|
H A D | huge_pages.c | 203 cache_level = HAS_LLC(i915) ? I915_CACHE_LLC : I915_CACHE_NONE; in huge_pages_object()
|
/openbsd/sys/dev/pci/drm/i915/gem/ |
H A D | i915_gem_domain.c | 327 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 D | i915_gem_internal.c | 174 cache_level = HAS_LLC(i915) ? I915_CACHE_LLC : I915_CACHE_NONE; in __i915_gem_object_create_internal()
|
H A D | i915_gem_object_types.h | 172 I915_CACHE_LLC, enumerator
|
H A D | i915_gem_userptr.c | 567 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in i915_gem_userptr_ioctl()
|
H A D | i915_gem_ttm_move.c | 57 ttm->caching == ttm_cached) ? I915_CACHE_LLC : in i915_ttm_cache_level()
|
H A D | i915_gem_shmem.c | 735 cache_level = I915_CACHE_LLC; in shmem_object_init()
|
H A D | i915_gem_stolen.c | 724 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 D | intel_ppgtt.c | 109 write_dma_entry(px_base(pd), idx, encode(px_dma(to), I915_CACHE_LLC)); in __set_pd_entry()
|
H A D | intel_timeline.c | 29 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in hwsp_alloc()
|
H A D | intel_gtt.c | 679 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in __vm_create_scratch_for_read()
|
H A D | intel_ggtt.c | 1423 case I915_CACHE_LLC: in snb_pte_encode() 1446 case I915_CACHE_LLC: in ivb_pte_encode()
|
H A D | selftest_workarounds.c | 114 i915_gem_object_set_cache_coherency(result, I915_CACHE_LLC); in read_nonprivs()
|
H A D | selftest_hangcheck.c | 67 i915_gem_object_set_cache_coherency(h->hws, I915_CACHE_LLC); in hang_init()
|
H A D | intel_engine_cs.c | 1132 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in init_status_page()
|