Searched refs:i915_gem_object_set_cache_coherency (Results 1 – 20 of 20) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dsb_buffer.c | 52 i915_gem_object_set_cache_coherency(obj, I915_CACHE_NONE); in intel_dsb_buffer_create()
|
H A D | intel_plane_initial.c | 194 i915_gem_object_set_cache_coherency(obj, HAS_WT(i915) ? in initial_plane_vma()
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | mock_region.c | 80 i915_gem_object_set_cache_coherency(obj, I915_CACHE_NONE); in mock_object_init()
|
H A D | i915_gem_evict.c | 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 | igt_spinner.c | 26 i915_gem_object_set_cache_coherency(spin->hws, I915_CACHE_LLC); in igt_spinner_init()
|
/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | huge_gem_object.c | 127 i915_gem_object_set_cache_coherency(obj, cache_level); in huge_gem_object()
|
H A D | huge_pages.c | 204 i915_gem_object_set_cache_coherency(obj, cache_level); in huge_pages_object()
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_internal.c | 174 i915_gem_object_set_cache_coherency(obj, cache_level); in __i915_gem_object_create_internal()
|
H A D | i915_gem_userptr.c | 529 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in i915_gem_userptr_ioctl()
|
H A D | i915_gem_domain.c | 292 i915_gem_object_set_cache_coherency(obj, cache_level); in i915_gem_object_set_cache_level()
|
H A D | i915_gem_object.h | 761 void i915_gem_object_set_cache_coherency(struct drm_i915_gem_object *obj,
|
H A D | i915_gem_shmem.c | 635 i915_gem_object_set_cache_coherency(obj, cache_level); in shmem_object_init()
|
H A D | i915_gem_object.c | 154 void i915_gem_object_set_cache_coherency(struct drm_i915_gem_object *obj, in i915_gem_object_set_cache_coherency() function
|
/linux/drivers/gpu/drm/i915/gt/ |
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 | 705 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in __vm_create_scratch_for_read()
|
H A D | selftest_workarounds.c | 114 i915_gem_object_set_cache_coherency(result, I915_CACHE_LLC); in read_nonprivs()
|
H A D | intel_ring_submission.c | 582 i915_gem_object_set_cache_coherency(obj, I915_CACHE_L3_LLC); in alloc_context_vma()
|
H A D | intel_engine_cs.c | 1091 i915_gem_object_set_cache_coherency(obj, I915_CACHE_LLC); in init_status_page()
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.c | 795 i915_gem_object_set_cache_coherency(obj, I915_CACHE_NONE); in intel_guc_allocate_vma()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 1868 i915_gem_object_set_cache_coherency(bo, I915_CACHE_LLC); in alloc_oa_buffer()
|