Searched refs:has_llc (Results 1 – 5 of 5) sorted by relevance
118 func(has_llc); \
371 .has_llc = 1, \419 .has_llc = 1, \
2086 #define HAS_LLC(dev_priv) (INTEL_INFO(dev_priv)->has_llc)
251 bool has_llc : 1; member574 return (cache->has_llc || in use_cpu_reloc()903 cache->has_llc = HAS_LLC(i915); in reloc_cache_init()1155 cache->has_llc ? in __reloc_gpu_alloc()
217 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); in cpu_fill() local231 if (!has_llc) in cpu_fill()