Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c55 static bool cpu_cache_is_coherent(struct drm_device *dev, in cpu_cache_is_coherent() function
63 if (!cpu_cache_is_coherent(obj->base.dev, obj->cache_level)) in cpu_write_needs_clflush()
516 *needs_clflush = !cpu_cache_is_coherent(obj->base.dev, in i915_gem_obj_prepare_shmem_read()
949 !cpu_cache_is_coherent(dev, obj->cache_level); in i915_gem_shmem_pwrite()
3579 if (!force && cpu_cache_is_coherent(obj->base.dev, obj->cache_level)) { in i915_gem_clflush_object()