From e3a00916383cbf8cdf1c2376582a8302d3cf35c7 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Wed, 21 Aug 2024 20:00:55 +0800 Subject: [PATCH] intel/pci_ids: Update DG1 device names Ref: https://github.com/intel/compute-runtime/blob/9097b19c3cde67692f75f7d0a2359925646f69d8/shared/source/dll/devices/devices_base.inl#L43-L46 Ref: https://ark.intel.com/content/www/us/en/ark/products/codename/195485/products-formerly-dg1.html Ref: https://www.intel.com/content/www/us/en/content-details/682687/2020-discrete-gpu-formerly-named-dg1-programmer-s-reference-manual-configurations.html?wapkw=0x4905 Ref: bspec 44463 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 14591a3291b..5a2ed445f75 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -222,10 +222,10 @@ CHIPSET(0xa7ab, rpl_p, "RPL-P", "Intel(R) Graphics") CHIPSET(0xa7ac, rpl_p, "RPL-U", "Intel(R) Graphics") CHIPSET(0xa7ad, rpl_p, "RPL-U", "Intel(R) Graphics") -CHIPSET(0x4905, dg1, "DG1", "Intel(R) Graphics") +CHIPSET(0x4905, dg1, "DG1", "Intel(R) Iris(R) Xe MAX Graphics") CHIPSET(0x4906, dg1, "DG1", "Intel(R) Graphics") CHIPSET(0x4907, sg1, "SG1", "Intel(R) Graphics") -CHIPSET(0x4908, dg1, "DG1", "Intel(R) Graphics") +CHIPSET(0x4908, dg1, "DG1", "Intel(R) Iris(R) Xe Graphics") CHIPSET(0x4909, dg1, "DG1", "Intel(R) Graphics") CHIPSET(0x5690, dg2_g10, "DG2", "Intel(R) Arc(tm) A770M Graphics")