intel/dev: Add INTEL_PLATFORM_BMG enum, BMG WA info
intel/dev/mesa_defs.json also must be updated when the new platform enum is added. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29457>
This commit is contained in:
@@ -132,7 +132,8 @@ Enum("intel_platform",
|
||||
EnumValue("INTEL_PLATFORM_MTL_H", group_end="MTL"),
|
||||
EnumValue("INTEL_PLATFORM_ARL_U", group_begin="ARL"),
|
||||
EnumValue("INTEL_PLATFORM_ARL_H", group_end="ARL"),
|
||||
"INTEL_PLATFORM_LNL"
|
||||
"INTEL_PLATFORM_LNL",
|
||||
"INTEL_PLATFORM_BMG",
|
||||
])
|
||||
|
||||
Struct("intel_memory_class_instance",
|
||||
|
||||
Reference in New Issue
Block a user