From d65b0b042476f1fa785b93991dba338d1071f880 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Fri, 18 Aug 2023 00:49:18 -0700 Subject: [PATCH] intel/dev: Add more RPL PCI IDs 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index eacd5c468d0..4fed9c1623b 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -215,6 +215,10 @@ CHIPSET(0xa7a0, 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-U", "Intel(R) Graphics") +CHIPSET(0xa7aa, rpl_p, "RPL-P", "Intel(R) Graphics") +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(0x4906, dg1, "DG1", "Intel(R) Graphics")