From a02d8c811d2fc084e4a212b8fba847451040bc29 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 9 Apr 2024 09:50:50 +1000 Subject: [PATCH] intel/dev: update DG2 device names 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/237549/intel-arc-a380e-graphics.html Ref: https://ark.intel.com/content/www/us/en/ark/products/237552/intel-arc-a310e-graphics.html Ref: https://ark.intel.com/content/www/us/en/ark/products/237550/intel-arc-a370e-graphics.html Ref: https://ark.intel.com/content/www/us/en/ark/products/237551/intel-arc-a350e-graphics.html Ref: https://github.com/intel/compute-runtime/blob/864f42116cf4b0f5a91699cfe099d0c9186ca45b/shared/source/dll/devices/devices_base.inl#L49 Fixes: c74a578c54e ("intel/dev: Add 0x56ba-0x56bd DG2 PCI IDs") Reviewed-by: Tapani Pälli Part-of: --- include/pci_ids/iris_pci_ids.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index f4c8bf51008..1e5c9bc4bb7 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -247,10 +247,10 @@ CHIPSET(0x56b0, dg2_g11, "DG2", "Intel(R) Arc(tm) Pro A30M Graphics") CHIPSET(0x56b1, dg2_g11, "DG2", "Intel(R) Arc(tm) Pro A40/A50 Graphics") CHIPSET(0x56b2, dg2_g12, "DG2", "Intel(R) Arc(tm) Pro A60M Graphics") CHIPSET(0x56b3, dg2_g12, "DG2", "Intel(R) Arc(tm) Pro A60 Graphics") -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(0x56ba, dg2_g11, "DG2", "Intel(R) Arc(tm) A380E Graphics") +CHIPSET(0x56bb, dg2_g11, "DG2", "Intel(R) Arc(tm) A310E Graphics") +CHIPSET(0x56bc, dg2_g11, "DG2", "Intel(R) Arc(tm) A370E Graphics") +CHIPSET(0x56bd, dg2_g11, "DG2", "Intel(R) Arc(tm) A350E Graphics") CHIPSET(0x56be, dg2_g10, "DG2", "Intel(R) Graphics") CHIPSET(0x56bf, dg2_g10, "DG2", "Intel(R) Graphics") CHIPSET(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170")