From 91fec2657a0dcf9bc2e6d080d84a114ecde44382 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 29 Aug 2022 10:39:27 -0700 Subject: [PATCH] intel/pci_ids: Update DG2 device names Ref: bspec 44477 Ref: https://www.intel.com/content/www/us/en/products/details/discrete-gpus/arc/arc-a-series.html Cc: mesa-stable Signed-off-by: Jordan Justen Reviewed-by: Kenneth Graunke Part-of: --- include/pci_ids/iris_pci_ids.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 06bd75a..0b7135a 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -229,23 +229,23 @@ CHIPSET(0x4f83, dg2_g10, "DG2", "Intel(R) Graphics") CHIPSET(0x4f84, dg2_g10, "DG2", "Intel(R) Graphics") CHIPSET(0x4f87, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x4f88, dg2_g11, "DG2", "Intel(R) Graphics") -CHIPSET(0x5690, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x5691, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x5692, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x5693, dg2_g11, "DG2", "Intel(R) Graphics") -CHIPSET(0x5694, dg2_g11, "DG2", "Intel(R) Graphics") +CHIPSET(0x5690, dg2_g10, "DG2", "Intel(R) Arc(tm) A770M Graphics") +CHIPSET(0x5691, dg2_g10, "DG2", "Intel(R) Arc(tm) A730M Graphics") +CHIPSET(0x5692, dg2_g10, "DG2", "Intel(R) Arc(tm) A550M Graphics") +CHIPSET(0x5693, dg2_g11, "DG2", "Intel(R) Arc(tm) A370M Graphics") +CHIPSET(0x5694, dg2_g11, "DG2", "Intel(R) Arc(tm) A350M Graphics") CHIPSET(0x5695, dg2_g11, "DG2", "Intel(R) Graphics") CHIPSET(0x5696, dg2_g12, "DG2", "Intel(R) Graphics") CHIPSET(0x5697, dg2_g12, "DG2", "Intel(R) Graphics") -CHIPSET(0x56a0, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x56a1, dg2_g10, "DG2", "Intel(R) Graphics") -CHIPSET(0x56a2, dg2_g10, "DG2", "Intel(R) Graphics") +CHIPSET(0x56a0, dg2_g10, "DG2", "Intel(R) Arc(tm) A770 Graphics") +CHIPSET(0x56a1, dg2_g10, "DG2", "Intel(R) Arc(tm) A750 Graphics") +CHIPSET(0x56a2, dg2_g10, "DG2", "Intel(R) Arc(tm) A580 Graphics") CHIPSET(0x56a3, dg2_g12, "DG2", "Intel(R) Graphics") CHIPSET(0x56a4, dg2_g12, "DG2", "Intel(R) Graphics") -CHIPSET(0x56a5, dg2_g11, "DG2", "Intel(R) Graphics") -CHIPSET(0x56a6, dg2_g11, "DG2", "Intel(R) Graphics") -CHIPSET(0x56b0, dg2_g11, "DG2", "Intel(R) Graphics") -CHIPSET(0x56b1, dg2_g11, "DG2", "Intel(R) Graphics") +CHIPSET(0x56a5, dg2_g11, "DG2", "Intel(R) Arc(tm) A380 Graphics") +CHIPSET(0x56a6, dg2_g11, "DG2", "Intel(R) Arc(tm) A310 Graphics") +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) Graphics") CHIPSET(0x56b3, dg2_g12, "DG2", "Intel(R) Graphics") CHIPSET(0x56c0, dg2_g10, "ATS-M", "Intel(R) Data Center GPU Flex Series 170 Graphics") -- 2.7.4