diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-05-04 06:02:05 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-05-04 06:02:05 +0000 |
commit | f7aec79f0e72aaceb27d3776898b34d856078b71 (patch) | |
tree | 8ff0a1c789af10b7a4adee8d801ceb52ec9c8f5f /lib/mesa/include/pci_ids/iris_pci_ids.h | |
parent | dc9ee07521156a7423d6b32442ac4b9687ddc23d (diff) |
intel/dev: Add device info for RPL
From Jordan Justen
4e0eca7dc34942759638ab00eb006ba40284a7c in mainline Mesa
Diffstat (limited to 'lib/mesa/include/pci_ids/iris_pci_ids.h')
-rw-r--r-- | lib/mesa/include/pci_ids/iris_pci_ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/mesa/include/pci_ids/iris_pci_ids.h b/lib/mesa/include/pci_ids/iris_pci_ids.h index e494171bc..1422c3bb0 100644 --- a/lib/mesa/include/pci_ids/iris_pci_ids.h +++ b/lib/mesa/include/pci_ids/iris_pci_ids.h @@ -50,6 +50,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") |