From 1a12bca46510e7eb59bc6a2fe2f81aa2ac209e5d Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Fri, 16 Aug 2024 12:14:22 -0700 Subject: [PATCH] intel/l3: Add Xe3P (GFX_VERx10==350) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jordan Justen Reviewed-by: José Roberto de Souza Part-of: --- src/intel/common/intel_l3_config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/common/intel_l3_config.c b/src/intel/common/intel_l3_config.c index 82af47042e8..0b066817198 100644 --- a/src/intel/common/intel_l3_config.c +++ b/src/intel/common/intel_l3_config.c @@ -204,6 +204,7 @@ get_l3_list(const struct intel_device_info *devinfo) return &empty_l3_list; case 30: + case 35: return &empty_l3_list; default: