Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Dintel_device_info.h154 func(has_llc); \
Di915_pci.c409 .has_llc = 1, \
460 .has_llc = 1, \
901 .has_llc = 0, \
1012 .has_llc = 1, \
Di915_drv.h1239 #define HAS_LLC(dev_priv) (INTEL_INFO(dev_priv)->has_llc)
/linux-5.19.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c457 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); in cpu_fill() local
472 if (!has_llc) in cpu_fill()
/linux-5.19.10/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c291 bool has_llc : 1; member
640 return (cache->has_llc || in use_cpu_reloc()
1079 cache->has_llc = HAS_LLC(i915); in reloc_cache_init()