Searched refs:has_llc (Results 1 - 9 of 9) sorted by last modified time

/linux-master/drivers/gpu/drm/xe/
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_pci.c65 u8 has_llc:1; member in struct:xe_device_desc
222 .has_llc = true,
231 .has_llc = true,
242 .has_llc = true,
257 .has_llc = true,
270 .has_llc = true,
563 xe->info.has_llc = desc->has_llc;
H A Dxe_pat.c415 WARN_ON_ONCE(!IS_DGFX(xe) && !xe->info.has_llc);
H A Dxe_pcode.c232 if (!gt_to_xe(gt)->info.has_llc)
/linux-master/drivers/gpu/drm/i915/
H A Di915_drv.h646 #define HAS_LLC(i915) (INTEL_INFO(i915)->has_llc)
H A Dintel_device_info.h157 func(has_llc); \
H A Di915_pci.c269 .has_llc = 1, \
317 .has_llc = 1, \
659 .has_llc = 0, \
711 .has_llc = 1, \
779 .has_llc = 0,
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c293 bool has_llc : 1;
651 return (cache->has_llc ||
1126 cache->has_llc = HAS_LLC(i915);
294 bool has_llc : 1; member in struct:i915_execbuffer::reloc_cache
/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 190 milliseconds