summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2021-08-03 13:39:12 -0700
committerMarge Bot <emma+marge@anholt.net>2022-01-25 12:47:44 +0000
commit4e0eca7dc34942759638ab00eb006ba40284a7c5 (patch)
treed3d439de37db995d7752d6198d7f74cfaf8a4e57 /include
parent1b513f4958ea8f7fdd3bd76cba81289343a6c372 (diff)
intel/dev: Add device info for RPL
Ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=52407c220c44c8dcc6aa8aa35ffc8a2db3c849a9 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14664>
Diffstat (limited to 'include')
-rw-r--r--include/pci_ids/iris_pci_ids.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h
index ba1ed77f411..adfd40e12a0 100644
--- a/include/pci_ids/iris_pci_ids.h
+++ b/include/pci_ids/iris_pci_ids.h
@@ -202,6 +202,13 @@ CHIPSET(0x9AC9, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics")
CHIPSET(0x9AD9, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics")
CHIPSET(0x9AF8, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics")
+CHIPSET(0xa780, rpl, "RPL-S", "Intel(R) Graphics")
+CHIPSET(0xa781, rpl, "RPL-S", "Intel(R) Graphics")
+CHIPSET(0xa782, rpl, "RPL-S", "Intel(R) Graphics")
+CHIPSET(0xa783, rpl, "RPL-S", "Intel(R) Graphics")
+CHIPSET(0xa788, rpl, "RPL-S", "Intel(R) Graphics")
+CHIPSET(0xa789, rpl, "RPL-S", "Intel(R) Graphics")
+
CHIPSET(0x4905, dg1, "DG1", "Intel(R) Graphics")
CHIPSET(0x4906, dg1, "DG1", "Intel(R) Graphics")
CHIPSET(0x4907, sg1, "SG1", "Intel(R) Graphics")