Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c50 static bool cpu_cache_is_coherent(struct drm_device *dev, in cpu_cache_is_coherent() function
58 if (!cpu_cache_is_coherent(obj->base.dev, obj->cache_level)) in cpu_write_needs_clflush()
500 *needs_clflush = !cpu_cache_is_coherent(obj->base.dev, in i915_gem_obj_prepare_shmem_read()
929 !cpu_cache_is_coherent(dev, obj->cache_level); in i915_gem_shmem_pwrite()
3588 if (!force && cpu_cache_is_coherent(obj->base.dev, obj->cache_level)) { in i915_gem_clflush_object()