Searched refs:has_llc (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_pci.c | 171 .has_llc = true, 182 .has_llc = true, 195 .has_llc = true, 212 .has_llc = true, 227 .has_llc = true, 577 xe->info.has_llc = desc->has_llc; in xe_info_init_early()
|
| A D | xe_pci_types.h | 42 u8 has_llc:1; member
|
| A D | xe_device_types.h | 332 u8 has_llc:1; member
|
| A D | xe_pcode.c | 248 if (!tile_to_xe(tile)->info.has_llc) in xe_pcode_init_min_freq_table()
|
| A D | xe_pat.c | 423 WARN_ON_ONCE(!IS_DGFX(xe) && !xe->info.has_llc); in xe_pat_init_early()
|
| /drivers/gpu/drm/i915/ |
| A D | i915_pci.c | 268 .has_llc = 1, \ 316 .has_llc = 1, \ 655 .has_llc = 0, \ 706 .has_llc = 1, \ 774 .has_llc = 0,
|
| A D | intel_device_info.h | 164 func(has_llc); \
|
| A D | i915_drv.h | 571 #define HAS_LLC(i915) (INTEL_INFO(i915)->has_llc)
|
| /drivers/gpu/drm/i915/gem/selftests/ |
| A D | i915_gem_context.c | 479 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); in cpu_fill() local 495 if (!has_llc) in cpu_fill()
|
| /drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_execbuffer.c | 291 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()
|
Completed in 40 milliseconds