Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_pci.c246 .has_llc = 1, \
290 .has_llc = 1, \
Dintel_device_info.h97 func(has_llc); \
Di915_gem_execbuffer.c264 bool has_llc : 1; member
585 return (cache->has_llc || in use_cpu_reloc()
899 cache->has_llc = HAS_LLC(i915); in reloc_cache_init()
1130 cache->has_llc ? in __reloc_gpu_alloc()
Di915_drv.h2520 #define HAS_LLC(dev_priv) ((dev_priv)->info.has_llc)
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_gem_context.c205 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); in cpu_fill() local
219 if (!has_llc) in cpu_fill()