Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_gtt.c530 if (!HAS_LLC(ppgtt->base.dev)) in gen8_ppgtt_clear_range()
573 if (!HAS_LLC(ppgtt->base.dev)) in gen8_ppgtt_insert_entries()
585 if (!HAS_LLC(ppgtt->base.dev)) in gen8_ppgtt_insert_entries()
827 if (!HAS_LLC(ppgtt->base.dev)) in gen8_ppgtt_init()
2049 if (!HAS_LLC(dev)) in i915_gem_setup_global_gtt()
Di915_gem_stolen.c424 obj->cache_level = HAS_LLC(dev) ? I915_CACHE_LLC : I915_CACHE_NONE; in _i915_gem_object_create_stolen()
Di915_gem_execbuffer.c252 return (HAS_LLC(obj->base.dev) || in use_cpu_reloc()
649 if (HAS_LLC(vma->obj->base.dev)) in need_reloc_mappable()
Di915_gpu_error.c622 if (use_ggtt && src->cache_level != I915_CACHE_NONE && !HAS_LLC(dev_priv->dev)) in i915_error_object_create()
1362 case I915_CACHE_LLC: return HAS_LLC(i915) ? " LLC" : " snooped"; in i915_cache_level_str()
Di915_dma.c118 value = HAS_LLC(dev); in i915_getparam()
Dintel_ringbuffer.c1850 if (!HAS_LLC(ring->dev)) in init_status_page()
1945 if (!HAS_LLC(dev)) in intel_alloc_ringbuffer_obj()
Di915_gem.c58 return HAS_LLC(dev) || level != I915_CACHE_NONE; in cpu_cache_is_coherent()
1646 if (obj->cache_level != I915_CACHE_NONE && !HAS_LLC(dev)) { in i915_gem_fault()
4425 if (HAS_LLC(dev)) { in i915_gem_alloc_object()
Di915_drv.h2358 #define HAS_LLC(dev) (INTEL_INFO(dev)->has_llc) macro
Di915_debugfs.c2239 seq_printf(m, "LLC: %s\n", yesno(HAS_LLC(dev))); in i915_llc()