From e39deb7700f44a437fb2791ed4c09eec3d75be83 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Wed, 21 Aug 2024 20:12:54 +0800 Subject: [PATCH] intel/pci_ids: Update RPL device names Ref: https://github.com/intel/compute-runtime/blob/9097b19c3cde67692f75f7d0a2359925646f69d8/shared/source/dll/devices/devices_base.inl#L166-L169 Ref: https://www.intel.com/content/www/us/en/products/sku/232175/intel-core-i71370pe-processor-24m-cache-up-to-4-80-ghz/specifications.html?wapkw=0xa7a0 Ref: https://www.intel.com/content/www/us/en/products/sku/232143/intel-core-i51334u-processor-12m-cache-up-to-4-60-ghz/specifications.html?wapkw=0xa7a1 Signed-off-by: nyanmisaka Reviewed-by: Jordan Justen Part-of: --- include/pci_ids/iris_pci_ids.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 0bc68895b64..fc00096aac1 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -213,8 +213,8 @@ CHIPSET(0xa78b, rpl, "RPL-S", "Intel(R) Graphics") CHIPSET(0xa720, rpl_p, "RPL-P", "Intel(R) Graphics") CHIPSET(0xa721, rpl_p, "RPL-U", "Intel(R) Graphics") -CHIPSET(0xa7a0, rpl_p, "RPL-P", "Intel(R) Graphics") -CHIPSET(0xa7a1, rpl_p, "RPL-U", "Intel(R) Graphics") +CHIPSET(0xa7a0, rpl_p, "RPL-P", "Intel(R) Iris(R) Xe Graphics") +CHIPSET(0xa7a1, rpl_p, "RPL-U", "Intel(R) Iris(R) Xe Graphics") CHIPSET(0xa7a8, rpl_p, "RPL-P", "Intel(R) Graphics") CHIPSET(0xa7a9, rpl_p, "RPL-U", "Intel(R) Graphics") CHIPSET(0xa7aa, rpl_p, "RPL-P", "Intel(R) Graphics")