From 9384fd42f900c4be3978a4679f6e17ad132a510b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tapani=20P=C3=A4lli?= Date: Wed, 26 Nov 2025 14:05:22 +0200 Subject: [PATCH] intel/dev: add NVL_U, NVL_P platforms to gen_wa_helpers.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tapani Pälli Acked-by: Lionel Landwerlin Part-of: --- src/intel/dev/gen_wa_helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/dev/gen_wa_helpers.py b/src/intel/dev/gen_wa_helpers.py index 9f76eb04666..d23d6b0f55d 100644 --- a/src/intel/dev/gen_wa_helpers.py +++ b/src/intel/dev/gen_wa_helpers.py @@ -217,6 +217,8 @@ _PLATFORM_GFXVERS = {"INTEL_PLATFORM_BDW" : 80, "INTEL_PLATFORM_BMG" : 200, "INTEL_PLATFORM_PTL" : 300, "INTEL_PLATFORM_WCL" : 300, + "INTEL_PLATFORM_NVL_U" : 300, + "INTEL_PLATFORM_NVL_P" : 350, } def macro_versions(wa_def):