Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pci.c67 u8 has_llc:1; member
203 .has_llc = true,
213 .has_llc = true,
225 .has_llc = true,
241 .has_llc = true,
255 .has_llc = true,
581 xe->info.has_llc = desc->has_llc; in xe_info_init_early()
H A Dxe_pcode.c236 if (!tile_to_xe(tile)->info.has_llc) in xe_pcode_init_min_freq_table()
H A Dxe_device_types.h324 u8 has_llc:1; member
H A Dxe_pat.c425 WARN_ON_ONCE(!IS_DGFX(xe) && !xe->info.has_llc); in xe_pat_init_early()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_pci.c268 .has_llc = 1, \
316 .has_llc = 1, \
655 .has_llc = 0, \
707 .has_llc = 1, \
775 .has_llc = 0,
H A Dintel_device_info.h164 func(has_llc); \
H A Di915_drv.h630 #define HAS_LLC(i915) (INTEL_INFO(i915)->has_llc)
/linux-6.15/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-6.15/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()
1125 cache->has_llc = HAS_LLC(i915); in reloc_cache_init()