From 9dfa65db44c603fbb9ee07e3a0138c402c9ea8b8 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Thu, 26 Feb 2026 15:07:01 +0800 Subject: [PATCH] intel/dev: update PTL device names Ref: https://www.intel.com/content/www/us/en/products/sku/245531/intel-core-ultra-5-processor-338h-18m-cache-up-to-4-70-ghz/specifications.html Ref: https://www.intel.com/content/www/us/en/products/sku/245523/intel-core-ultra-x7-processor-368h-18m-cache-up-to-5-00-ghz/specifications.html Fixes: efa7aa4e ("intel/dev: Add PTL PCI IDs (with FORCE_PROBE set)") Fixes: d84d7b78 ("intel/dev: Add PTL PCI IDs 0xb084-0xb087") Signed-off-by: nyanmisaka Reviewed-by: Jordan Justen Part-of: --- include/pci_ids/iris_pci_ids.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 547307f51a8..2f6c955d1b9 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -288,14 +288,14 @@ CHIPSET(0xe221, bmg, "BMG G31", "Intel(R) Graphics") CHIPSET(0xe222, bmg, "BMG G31", "Intel(R) Graphics") CHIPSET(0xe223, bmg, "BMG G31", "Intel(R) Graphics") -CHIPSET(0xb080, ptl, "PTL", "Intel(R) Graphics") -CHIPSET(0xb081, ptl, "PTL", "Intel(R) Graphics") -CHIPSET(0xb082, ptl, "PTL", "Intel(R) Graphics") -CHIPSET(0xb083, ptl, "PTL", "Intel(R) Graphics") -CHIPSET(0xb084, ptl, "PTL", "Intel(R) Graphics") -CHIPSET(0xb085, ptl, "PTL", "Intel(R) Graphics") -CHIPSET(0xb086, ptl, "PTL", "Intel(R) Graphics") -CHIPSET(0xb087, ptl, "PTL", "Intel(R) Graphics") +CHIPSET(0xb080, ptl, "PTL", "Intel(R) Arc(tm) B390") +CHIPSET(0xb081, ptl, "PTL", "Intel(R) Arc(tm) B370") +CHIPSET(0xb082, ptl, "PTL", "Intel(R) Arc(tm) B390") +CHIPSET(0xb083, ptl, "PTL", "Intel(R) Arc(tm) B370") +CHIPSET(0xb084, ptl, "PTL", "Intel(R) Arc(tm) Pro B390") +CHIPSET(0xb085, ptl, "PTL", "Intel(R) Arc(tm) Pro B370") +CHIPSET(0xb086, ptl, "PTL", "Intel(R) Arc(tm) Pro B390") +CHIPSET(0xb087, ptl, "PTL", "Intel(R) Arc(tm) Pro B370") CHIPSET(0xb08f, ptl, "PTL", "Intel(R) Graphics") CHIPSET(0xb090, ptl, "PTL", "Intel(R) Graphics") CHIPSET(0xb0a0, ptl, "PTL", "Intel(R) Graphics")