From dc3a8b54b86db1f09cf22e6a658e1eaf75b990d8 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 5 Mar 2024 14:49:15 +1100 Subject: [PATCH] intel/dev: 0x7d45 is mtl-u not mtl-h Ref: https://ark.intel.com/content/www/us/en/ark/products/237327/intel-core-ultra-7-processor-155u-12m-cache-up-to-4-80-ghz.html Ref: Core Ultra Processor Datasheet, Doc. No.: 792044, Rev.: 002 Fixes: 48ff68820e8 ("intel/dev: Enable MTL PCI ids") Reviewed-by: Jordan Justen Part-of: (cherry picked from commit 094a0a2ccbdd97e98009b453731d88c43d244b31) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 92afc15d71d..c2a549fd95b 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4034,7 +4034,7 @@ "description": "intel/dev: 0x7d45 is mtl-u not mtl-h", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "48ff68820e83565154d8cfb86587c0134f0deb98", "notes": null diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 33ff7373d2a..58ab85b2fb6 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -257,7 +257,7 @@ CHIPSET(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex Series 170 Gra CHIPSET(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex Series 140 Graphics") CHIPSET(0x7d40, mtl_u, "MTL", "Intel(R) Graphics") -CHIPSET(0x7d45, mtl_h, "MTL", "Intel(R) Graphics") +CHIPSET(0x7d45, mtl_u, "MTL", "Intel(R) Graphics") CHIPSET(0x7d55, mtl_h, "MTL", "Intel(R) Arc(tm) Graphics") CHIPSET(0x7d60, mtl_u, "MTL", "Intel(R) Graphics") CHIPSET(0x7dd5, mtl_h, "MTL", "Intel(R) Graphics")