From 5238b773b479a84113b04c8cb497db391a46a4d0 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Thu, 4 Apr 2024 14:24:13 -0700 Subject: [PATCH] intel/dev: Change ATS-M 0x56c2 string from 170G to 170V Ref: bspec 44477 Ref: https://github.com/intel/compute-runtime/commit/9123b5d5b01279731173f2726ed35171b039851b Fixes: ce900dcbb13 ("intel/dev: Add ATS-M PCI ID for Data Center GPU Flex 170G") Signed-off-by: Jordan Justen Reviewed-by: Lionel Landwerlin Part-of: --- include/pci_ids/iris_pci_ids.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 09474a4f0dc..b4a02cde666 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -255,7 +255,7 @@ CHIPSET(0x56be, dg2_g10, "DG2", "Intel(R) Arc(tm) A750E Graphics") CHIPSET(0x56bf, dg2_g10, "DG2", "Intel(R) Arc(tm) A580E 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(0x56c2, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170G") +CHIPSET(0x56c2, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170V") CHIPSET(0x7d40, mtl_u, "MTL", "Intel(R) Graphics") CHIPSET(0x7d45, mtl_h, "MTL", "Intel(R) Graphics")