From 84bba237cae6516ce0fd3e333a586949612d732d Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 12 Aug 2024 14:52:17 -0700 Subject: [PATCH] intel/dev: Add INTEL_PLATFORM_NVL_U platform enum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jordan Justen Reviewed-by: Tapani Pälli Part-of: --- src/intel/dev/intel_device_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/dev/intel_device_info.py b/src/intel/dev/intel_device_info.py index 1cf6eb617db..ce00f957170 100644 --- a/src/intel/dev/intel_device_info.py +++ b/src/intel/dev/intel_device_info.py @@ -136,6 +136,7 @@ Enum("intel_platform", "INTEL_PLATFORM_BMG", "INTEL_PLATFORM_PTL", "INTEL_PLATFORM_WCL", + "INTEL_PLATFORM_NVL_U", ]) Struct("intel_memory_class_instance",