Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c174 .has_llc = true,
189 .has_llc = true,
205 .has_llc = true,
226 .has_llc = true,
245 .has_llc = true,
699 xe->info.has_llc = desc->has_llc; in xe_info_init_early()
H A Dxe_device_types.h339 u8 has_llc:1; member
/linux/drivers/gpu/drm/i915/
H A Dintel_device_info.h164 func(has_llc); \
/linux/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()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c292 bool has_llc : 1; member
650 return (cache->has_llc || in use_cpu_reloc()
1110 cache->has_llc = HAS_LLC(i915); in reloc_cache_init()