From aaad3d62e6948c5586b7a3197472299b7c7e1791 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: (cherry picked from commit 12eb51fb0a4454fa8accfe22c7e778ecd1d9e0b0) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 7ea06283bcd..8328cdcbffc 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3884,7 +3884,7 @@ "description": "intel/dev: Add BMG 0xe209 PCI ID", "nominated": true, "nomination_type": 4, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null 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")