Module: Mesa Branch: staging/22.1 Commit: f1b085cd6983aeec24f431079dadff448ba58ecf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1b085cd6983aeec24f431079dadff448ba58ecf
Author: Jonathan Gray <[email protected]> Date: Wed May 4 20:30:13 2022 +1000 intel/dev: add RPL-S pci ids from drm-intel-next from Tejas Upadhyay 'drm/i915: Add RPL-S PCI IDs' in drm-intel-next Reviewed-by: Lionel Landwerlin <[email protected]> (cherry picked from commit 0cfc01fe835fe727e9ff7485fd6b5c8180bfd7b7) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16337> --- include/pci_ids/iris_pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 7fbc8a2cab1..9f460deb350 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -205,6 +205,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")
