From 98f3d072b428f93d799d17ab4e56f963206c9a2f Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Thu, 4 Apr 2024 14:56:11 -0700 Subject: [PATCH] intel/dev: Add 0x56be and 0x56bf DG2 PCI IDs Ref: bspec 44477 Backport-to: 24.0 Signed-off-by: Jordan Justen Reviewed-by: Lionel Landwerlin Part-of: --- include/pci_ids/iris_pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index d4960fc473a..f4c8bf51008 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -251,6 +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(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") 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")