From 256f4f98585462bf29bc10628146f1b3a4361f59 Mon Sep 17 00:00:00 2001 From: Wenkui Date: Mon, 4 Nov 2024 02:17:33 +0000 Subject: [PATCH] Support DG2 new device ID Add new device ID 0x56AF Tracked-On: OAM-126986 Signed-off-by: Wenkui (cherry picked from commit 04f65ec714def71924a3b41125e2bc9ad25ee453) Tracked-On: OAM-128364 Signed-off-by: Lina Sun --- include/pci_ids/iris_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 5ce6f00929b..d37186be410 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -242,6 +242,7 @@ CHIPSET(0x56a3, dg2_g12, "DG2", "Intel(R) Graphics") CHIPSET(0x56a4, dg2_g12, "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(0x56af, dg2_g10, "DG2", "Intel(R) Arc(tm) A760 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")