From 270035fdce11b89ff0795fd94f2ef92a3c6b686c Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 15 Jun 2025 13:40:44 +1000 Subject: [PATCH] intel/dev: update BMG device names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://www.intel.com/content/www/us/en/products/sku/241676/intel-arc-b570-graphics/specifications.html Ref: https://www.intel.com/content/www/us/en/products/sku/241598/intel-arc-b580-graphics/specifications.html Ref: https://www.intel.com/content/www/us/en/products/sku/242615/intel-arc-pro-b50-graphics/specifications.html Ref: https://www.intel.com/content/www/us/en/products/sku/243916/intel-arc-pro-b60-graphics/specifications.html Fixes: c1d3fa007ca ("intel/dev: Add BMG PCI IDs (with FORCE_PROBE set)") Fixes: d3ec4670317 ("intel/dev: Add BMG 0xe211 PCI ID") Acked-by: Tapani Pälli Part-of: --- include/pci_ids/iris_pci_ids.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 0b833d66e78..940f107f88c 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -274,12 +274,12 @@ 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(0xe20b, bmg, "BMG G21", "Intel(R) Graphics") -CHIPSET(0xe20c, 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") 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(0xe211, bmg, "BMG G21", "Intel(R) Arc(tm) Pro B60 Graphics") +CHIPSET(0xe212, bmg, "BMG G21", "Intel(R) Arc(tm) Pro B50 Graphics") CHIPSET(0xe215, bmg, "BMG", "Intel(R) Graphics") CHIPSET(0xe216, bmg, "BMG", "Intel(R) Graphics") CHIPSET(0xe220, bmg, "BMG G31", "Intel(R) Graphics")