From 0e648a238e23199969e57e1d9336755b5c74d87f Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Fri, 31 Jan 2025 15:38:41 -0800 Subject: [PATCH] intel/dev: Add BMG PCI IDs (0xe210, 0xe215, 0xe216) Backport-to: 24.3 Backport-to: 25.0 Ref: https://patchwork.freedesktop.org/patch/msgid/20250128162015.3288675-1-shekhar.chauhan@intel.com Ref: bspec 68090 Signed-off-by: Jordan Justen Reviewed-by: Lionel Landwerlin Part-of: --- include/pci_ids/iris_pci_ids.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index c81740c9722..00ef4c93f4f 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -277,7 +277,10 @@ CHIPSET(0xe202, bmg, "BMG G21", "Intel(R) Graphics") CHIPSET(0xe20b, bmg, "BMG G21", "Intel(R) Graphics") CHIPSET(0xe20c, bmg, "BMG G21", "Intel(R) Graphics") CHIPSET(0xe20d, bmg, "BMG G21", "Intel(R) Graphics") +CHIPSET(0xe210, 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(0xb080, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE) CHIPSET(0xb081, ptl, "PTL", "Intel(R) Graphics", FORCE_PROBE)