diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-05-05 00:14:51 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-05-05 00:14:51 +0000 |
commit | 6740e6fb9ac7444853e4fed21a765d565952b2a2 (patch) | |
tree | dadbe2f8e195b030e683b6e6ee07261666e42729 /lib/mesa/include/pci_ids/iris_pci_ids.h | |
parent | 53e7743d44f1212d9a4ccc5db7333ed7b42c7e1b (diff) |
intel/dev: add RPL-S pci ids from drm-intel-next
0cfc01fe835fe727e9ff7485fd6b5c8180bfd7b7 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 | 2 |
1 files changed, 2 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 2342ad3ef..b4520b3ca 100644 --- a/lib/mesa/include/pci_ids/iris_pci_ids.h +++ b/lib/mesa/include/pci_ids/iris_pci_ids.h @@ -53,6 +53,8 @@ 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(0xa78a, rpl, "RPL-S", "Intel(R) Graphics") +CHIPSET(0xa78b, rpl, "RPL-S", "Intel(R) Graphics") CHIPSET(0xa720, rpl_p, "RPL-P", "Intel(R) Graphics") CHIPSET(0xa721, rpl_p, "RPL-P", "Intel(R) Graphics") |