Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/
Di915_pci.c274 .has_llc = 1, \
322 .has_llc = 1, \
664 .has_llc = 0, \
719 .has_llc = 1, \
833 .has_llc = 0,
Dintel_device_info.h163 func(has_llc); \
Di915_drv.h739 #define HAS_LLC(i915) (INTEL_INFO(i915)->has_llc)
/linux-6.6.21/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c479 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); in cpu_fill() local
495 if (!has_llc) in cpu_fill()
/linux-6.6.21/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c291 bool has_llc : 1; member
649 return (cache->has_llc || in use_cpu_reloc()
1124 cache->has_llc = HAS_LLC(i915); in reloc_cache_init()