mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
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:
parent
b86ecec80b
commit
9384fd42f9
1 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue