intel/dev: add NVL_U, NVL_P platforms to gen_wa_helpers.py

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40508>
This commit is contained in:
Tapani Pälli 2025-11-26 14:05:22 +02:00 committed by Marge Bot
parent b86ecec80b
commit 9384fd42f9

View file

@ -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):