From 7f2c09c68605475a72c5750ff66eb5b21d53771c 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: (cherry picked from commit d65b0b042476f1fa785b93991dba338d1071f880) --- .pick_status.json | 2 +- include/pci_ids/iris_pci_ids.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 961e7df5d77..409b8dba39e 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -11084,7 +11084,7 @@ "description": "intel/dev: Add more RPL PCI IDs", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null 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")