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

/linux-master/drivers/gpu/drm/xe/
H A Dxe_pci.c65 u8 has_llc:1; member in struct:xe_device_desc
220 .has_llc = true,
229 .has_llc = true,
240 .has_llc = true,
255 .has_llc = true,
268 .has_llc = true,
551 xe->info.has_llc = desc->has_llc;
H A Dxe_pcode.c219 if (!gt_to_xe(gt)->info.has_llc)
H A Dxe_device_types.h264 /** @info.has_llc: Device has a shared CPU+GPU last level cache */
265 u8 has_llc:1; member in struct:xe_device::intel_device_info
H A Dxe_pat.c418 WARN_ON_ONCE(!IS_DGFX(xe) && !xe->info.has_llc);
/linux-master/drivers/gpu/drm/i915/
H A Dintel_device_info.h159 func(has_llc); \
H A Di915_pci.c274 .has_llc = 1, \
322 .has_llc = 1, \
664 .has_llc = 0, \
718 .has_llc = 1, \
833 .has_llc = 0,
H A Di915_drv.h670 #define HAS_LLC(i915) (INTEL_INFO(i915)->has_llc)
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c294 bool has_llc : 1; member in struct:i915_execbuffer::reloc_cache
652 return (cache->has_llc ||
1127 cache->has_llc = HAS_LLC(i915);
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c479 const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); local
495 if (!has_llc)

Completed in 362 milliseconds