Home
last modified time | relevance | path

Searched refs:has_llc (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_pci.c274 .has_llc = 1, \
322 .has_llc = 1, \
664 .has_llc = 0, \
719 .has_llc = 1, \
833 .has_llc = 0,
H A Dintel_device_info.h163 func(has_llc); \
H A Di915_drv.h739 #define HAS_LLC(i915) (INTEL_INFO(i915)->has_llc)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_device_info.h122 func(has_llc); \
H A Di915_pci.c404 .has_llc = 1, \
456 .has_llc = 1, \
H A Di915_drv.h1637 #define HAS_LLC(dev_priv) (INTEL_INFO(dev_priv)->has_llc)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c273 bool has_llc : 1; member
584 return (cache->has_llc || in use_cpu_reloc()
998 cache->has_llc = HAS_LLC(i915); in reloc_cache_init()
1290 cache->has_llc ? in __reloc_gpu_alloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c460 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); in cpu_fill() local
475 if (!has_llc) in cpu_fill()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H A 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()

Completed in 22 milliseconds