mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 15:20:37 +02:00
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:
parent
cd33b7766a
commit
6242b70354
2 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue