From 27f6b4b1c663108967a76b33db9e076c415484df Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Fri, 18 Aug 2023 00:49:18 -0700 Subject: intel/dev: Use RPL-U name on RPL-U devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://patchwork.freedesktop.org/patch/553646/?series=122712&rev=1 Cc: mesa-stable Signed-off-by: Jordan Justen Reviewed-by: José Roberto de Souza Part-of: --- include/pci_ids/iris_pci_ids.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 6b778ad19da..eacd5c468d0 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -210,11 +210,11 @@ CHIPSET(0xa78a, rpl, "RPL-S", "Intel(R) Graphics") CHIPSET(0xa78b, rpl, "RPL-S", "Intel(R) Graphics") CHIPSET(0xa720, rpl_p, "RPL-P", "Intel(R) Graphics") -CHIPSET(0xa721, 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-P", "Intel(R) Graphics") +CHIPSET(0xa7a1, rpl_p, "RPL-U", "Intel(R) Graphics") CHIPSET(0xa7a8, rpl_p, "RPL-P", "Intel(R) Graphics") -CHIPSET(0xa7a9, rpl_p, "RPL-P", "Intel(R) Graphics") +CHIPSET(0xa7a9, rpl_p, "RPL-U", "Intel(R) Graphics") CHIPSET(0x4905, dg1, "DG1", "Intel(R) Graphics") CHIPSET(0x4906, dg1, "DG1", "Intel(R) Graphics") -- cgit v1.2.3