From 4c4d90ae494e673c3c229fa5496a04275c597e90 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 28 May 2024 13:50:36 -0700 Subject: [PATCH] intel/dev: Add BMG PCI IDs 0xe220-0xe223 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: bspec 68090 Backport-to: 25.0, 25.1 Signed-off-by: Jordan Justen Reviewed-by: Tapani Pälli Part-of: --- include/pci_ids/iris_pci_ids.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index b73381e6866..55843efd170 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -282,6 +282,10 @@ CHIPSET(0xe211, bmg, "BMG G21", "Intel(R) Graphics") CHIPSET(0xe212, bmg, "BMG G21", "Intel(R) Graphics") CHIPSET(0xe215, bmg, "BMG", "Intel(R) Graphics") CHIPSET(0xe216, bmg, "BMG", "Intel(R) Graphics") +CHIPSET(0xe220, bmg, "BMG", "Intel(R) Graphics") +CHIPSET(0xe221, bmg, "BMG", "Intel(R) Graphics") +CHIPSET(0xe222, bmg, "BMG", "Intel(R) Graphics") +CHIPSET(0xe223, bmg, "BMG", "Intel(R) Graphics") CHIPSET(0xb080, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) CHIPSET(0xb081, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)