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: 48ff68820e ("intel/dev: Enable MTL PCI ids")
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27973>
(cherry picked from commit 094a0a2ccb)
This commit is contained in:
Jonathan Gray 2024-03-05 14:49:15 +11:00 committed by Eric Engestrom
parent e01f71ad46
commit dc3a8b54b8
2 changed files with 2 additions and 2 deletions

View file

@ -4034,7 +4034,7 @@
"description": "intel/dev: 0x7d45 is mtl-u not mtl-h", "description": "intel/dev: 0x7d45 is mtl-u not mtl-h",
"nominated": true, "nominated": true,
"nomination_type": 1, "nomination_type": 1,
"resolution": 0, "resolution": 1,
"main_sha": null, "main_sha": null,
"because_sha": "48ff68820e83565154d8cfb86587c0134f0deb98", "because_sha": "48ff68820e83565154d8cfb86587c0134f0deb98",
"notes": null "notes": null

View file

@ -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(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex Series 140 Graphics")
CHIPSET(0x7d40, mtl_u, "MTL", "Intel(R) 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(0x7d55, mtl_h, "MTL", "Intel(R) Arc(tm) Graphics")
CHIPSET(0x7d60, mtl_u, "MTL", "Intel(R) Graphics") CHIPSET(0x7d60, mtl_u, "MTL", "Intel(R) Graphics")
CHIPSET(0x7dd5, mtl_h, "MTL", "Intel(R) Graphics") CHIPSET(0x7dd5, mtl_h, "MTL", "Intel(R) Graphics")