diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2023-08-18 00:49:18 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2023-08-24 00:42:19 -0700 |
commit | d65b0b042476f1fa785b93991dba338d1071f880 (patch) | |
tree | 3aae952f40256619f8c545a7f71f884575367a13 /include/pci_ids | |
parent | 27f6b4b1c663108967a76b33db9e076c415484df (diff) | |
download | mesa-d65b0b042476f1fa785b93991dba338d1071f880.tar.gz mesa-d65b0b042476f1fa785b93991dba338d1071f880.tar.bz2 mesa-d65b0b042476f1fa785b93991dba338d1071f880.zip |
intel/dev: Add more RPL PCI IDs
Ref: https://patchwork.freedesktop.org/patch/553646/?series=122712&rev=1
Cc: mesa-stable
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24820>
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/iris_pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
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") |