intel/dev: Add INTEL_PLATFORM_PTL platform enum

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31838>
This commit is contained in:
Jordan Justen 2023-08-01 14:43:05 -07:00 committed by Marge Bot
parent cd33b7766a
commit 6242b70354
2 changed files with 2 additions and 0 deletions

View file

@ -211,6 +211,7 @@ _PLATFORM_GFXVERS = {"INTEL_PLATFORM_BDW" : 80,
"INTEL_PLATFORM_ARL_H" : 125,
"INTEL_PLATFORM_LNL" : 200,
"INTEL_PLATFORM_BMG" : 200,
"INTEL_PLATFORM_PTL" : 300,
}
def macro_versions(wa_def):

View file

@ -134,6 +134,7 @@ Enum("intel_platform",
EnumValue("INTEL_PLATFORM_ARL_H", group_end="ARL"),
"INTEL_PLATFORM_LNL",
"INTEL_PLATFORM_BMG",
"INTEL_PLATFORM_PTL",
])
Struct("intel_memory_class_instance",