From d3ec467031780136412366a2a36a46d4c4d8cfdc Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Thu, 27 Mar 2025 14:30:49 -0700 Subject: [PATCH] intel/dev: Add BMG 0xe211 PCI ID Backport-to: 25.0 Ref: bspec 68090 Ref: https://patchwork.freedesktop.org/series/146769/ Signed-off-by: Jordan Justen Reviewed-by: Rohan Garg Part-of: --- 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 00ef4c93f4f..7c1445afe3b 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -278,6 +278,7 @@ 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(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")