From 98530340caa8d40e623b31cc5b30eb2e84bf23af 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: (cherry picked from commit d3ec467031780136412366a2a36a46d4c4d8cfdc) --- .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 b90e73f612c..834de5e6a24 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -444,7 +444,7 @@ "description": "intel/dev: Add BMG 0xe211 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 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")