From 99354efe314a98906fd0ce0dc823dabbf66cd948 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Sat, 30 Apr 2022 01:48:40 -0700 Subject: [PATCH] intel/dev: Add DG2 G12 PCI IDs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Ref: https://patchwork.freedesktop.org/patch/483381/?series=103098&rev=1 Ref: https://patchwork.freedesktop.org/patch/msgid/20220425211251.77154-3-matthew.d.roper@intel.com Cc: 22.1 Signed-off-by: Jordan Justen Reviewed-by: Tapani Pälli Part-of: --- include/pci_ids/iris_pci_ids.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 0ee878d..b3bb52c 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -236,13 +236,19 @@ 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(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(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(0x56b2, dg2_g12, "DG2", "Intel(R) Graphics") +CHIPSET(0x56b3, dg2_g12, "DG2", "Intel(R) Graphics") CHIPSET(0x56c0, dg2_g10, "ATS-M", "Intel(R) Graphics") CHIPSET(0x56c1, dg2_g11, "ATS-M", "Intel(R) Graphics") #endif -- 2.7.4