From eb98962eab0933f83b84d845c599496ff86df11f Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Wed, 21 Aug 2024 20:14:50 +0800 Subject: [PATCH] intel/pci_ids: Update ADL device names Ref: https://github.com/intel/compute-runtime/blob/9097b19c3cde67692f75f7d0a2359925646f69d8/shared/source/dll/devices/devices_base.inl#L154-L156 Ref: https://www.intel.com/content/www/us/en/products/sku/132215/intel-core-i912900hk-processor-24m-cache-up-to-5-00-ghz/specifications.html?wapkw=0x46a6 Ref: https://www.intel.com/content/www/us/en/products/sku/230905/intel-core-i71265ul-processor-12m-cache-up-to-4-80-ghz/specifications.html?wapkw=0x46a8 Ref: https://www.intel.com/content/www/us/en/products/sku/226454/intel-core-i71250u-processor-12m-cache-up-to-4-70-ghz/specifications.html?wapkw=0x46aa Signed-off-by: nyanmisaka Reviewed-by: Jordan Justen Part-of: --- include/pci_ids/iris_pci_ids.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index acc430b36df..0bc68895b64 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -172,9 +172,9 @@ CHIPSET(0x46a0, adl_gt2, "ADL GT2", "Intel(R) Graphics") CHIPSET(0x46a1, adl_gt2, "ADL GT2", "Intel(R) Graphics") CHIPSET(0x46a2, adl_gt2, "ADL GT2", "Intel(R) Graphics") CHIPSET(0x46a3, adl_gt2, "ADL GT2", "Intel(R) Graphics") -CHIPSET(0x46a6, adl_gt2, "ADL GT2", "Intel(R) Graphics") -CHIPSET(0x46a8, adl_gt2, "ADL GT2", "Intel(R) Graphics") -CHIPSET(0x46aa, adl_gt2, "ADL GT2", "Intel(R) Graphics") +CHIPSET(0x46a6, adl_gt2, "ADL GT2", "Intel(R) Iris(R) Xe Graphics") +CHIPSET(0x46a8, adl_gt2, "ADL GT2", "Intel(R) Iris(R) Xe Graphics") +CHIPSET(0x46aa, adl_gt2, "ADL GT2", "Intel(R) Iris(R) Xe Graphics") CHIPSET(0x46b0, adl_gt2, "ADL GT2", "Intel(R) Graphics") CHIPSET(0x46b1, adl_gt2, "ADL GT2", "Intel(R) Graphics") CHIPSET(0x46b2, adl_gt2, "ADL GT2", "Intel(R) Graphics")