From 12eb51fb0a4454fa8accfe22c7e778ecd1d9e0b0 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Wed, 2 Jul 2025 00:15:59 -0700 Subject: [PATCH] intel/dev: Add BMG 0xe209 PCI ID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport-to: 25.1, 25.2 Ref: https://gitlab.freedesktop.org/drm/kernel/-/commit/ccfb15b8158c11a8304204aeac354c7b1cfb18a3 Ref: bspec 68090 Signed-off-by: Jordan Justen Reviewed-by: José Roberto de Souza 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 260785f7871..a1d503e6f14 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -274,6 +274,7 @@ CHIPSET(0x7dd1, arl_h, "ARL", "Intel(R) Graphics") CHIPSET(0xb640, arl_u, "ARL", "Intel(R) Graphics") CHIPSET(0xe202, bmg, "BMG G21", "Intel(R) Graphics") +CHIPSET(0xe209, bmg, "BMG G21", "Intel(R) Graphics") CHIPSET(0xe20b, bmg, "BMG G21", "Intel(R) Arc(tm) B580 Graphics") CHIPSET(0xe20c, bmg, "BMG G21", "Intel(R) Arc(tm) B570 Graphics") CHIPSET(0xe20d, bmg, "BMG G21", "Intel(R) Graphics")