From 59e0c38427df012ded895229dbf3d955efb59362 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 12 Mar 2024 16:12:23 -0700 Subject: [PATCH] intel/dev: Adjust device strings for ATS-M devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://ark.intel.com/content/www/us/en/ark/products/230020/intel-data-center-gpu-flex-140.html Ref: https://ark.intel.com/content/www/us/en/ark/products/230019/intel-data-center-gpu-flex-170.html Ref: https://github.com/intel/compute-runtime/blame/e00230a6c2babfbd9e67e8d2df462000d10f9cbd/shared/source/dll/devices/devices_base.inl#L58-L59 Signed-off-by: Jordan Justen Reviewed-by: Tapani Pälli Part-of: --- include/pci_ids/iris_pci_ids.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 1032868d027..46611e33c49 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -251,8 +251,8 @@ CHIPSET(0x56ba, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56bb, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56bc, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x56bd, dg2_g11, "DG2", "Intel(R) Graphics") -CHIPSET(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex Series 170 Graphics") -CHIPSET(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex Series 140 Graphics") +CHIPSET(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170") +CHIPSET(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex 140") CHIPSET(0x7d40, mtl_u, "MTL", "Intel(R) Graphics") CHIPSET(0x7d45, mtl_h, "MTL", "Intel(R) Graphics")