has_llc 251 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c bool has_llc : 1; has_llc 575 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c return (cache->has_llc || has_llc 904 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c cache->has_llc = HAS_LLC(i915); has_llc 1158 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c cache->has_llc ? has_llc 217 drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c const bool has_llc = HAS_LLC(to_i915(obj->base.dev)); has_llc 231 drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c if (!has_llc) has_llc 2086 drivers/gpu/drm/i915/i915_drv.h #define HAS_LLC(dev_priv) (INTEL_INFO(dev_priv)->has_llc) has_llc 371 drivers/gpu/drm/i915/i915_pci.c .has_llc = 1, \ has_llc 419 drivers/gpu/drm/i915/i915_pci.c .has_llc = 1, \ has_llc 118 drivers/gpu/drm/i915/intel_device_info.h func(has_llc); \