Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_device_info.h162 func(has_llc); \
A Di915_pci.c425 .has_llc = 1, \
478 .has_llc = 1, \
919 .has_llc = 0, \
1025 .has_llc = 1, \
A Di915_drv.h769 #define HAS_LLC(dev_priv) (INTEL_INFO(dev_priv)->has_llc)
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_context.c471 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); in cpu_fill() local
487 if (!has_llc) in cpu_fill()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_execbuffer.c291 bool has_llc : 1; member
643 return (cache->has_llc || in use_cpu_reloc()
1119 cache->has_llc = HAS_LLC(i915); in reloc_cache_init()

Completed in 22 milliseconds