Searched refs:has_llc (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_pci.c | 63 u8 has_llc:1; member 223 .has_llc = true, 232 .has_llc = true, 243 .has_llc = true, 258 .has_llc = true, 271 .has_llc = true, 619 xe->info.has_llc = desc->has_llc; in xe_info_init_early()
|
H A D | xe_pcode.c | 236 if (!tile_to_xe(tile)->info.has_llc) in xe_pcode_init_min_freq_table()
|
H A D | xe_device_types.h | 316 u8 has_llc:1; member
|
H A D | xe_pat.c | 425 WARN_ON_ONCE(!IS_DGFX(xe) && !xe->info.has_llc); in xe_pat_init_early()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_pci.c | 268 .has_llc = 1, \ 316 .has_llc = 1, \ 655 .has_llc = 0, \ 707 .has_llc = 1, \ 775 .has_llc = 0,
|
H A D | intel_device_info.h | 164 func(has_llc); \
|
H A D | i915_drv.h | 630 #define HAS_LLC(i915) (INTEL_INFO(i915)->has_llc)
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 292 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()
|