Module: Mesa Branch: main Commit: f15f08c3de3d0eeca8abf208c8d2ddc0523b3c23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f15f08c3de3d0eeca8abf208c8d2ddc0523b3c23
Author: Jonathan Gray <[email protected]> Date: Mon Feb 6 15:57:37 2023 +1100 intel/dev: Add another EHL pci id described as "32 Execution Unit (EU) Super SKU" in: Intel Atom x6000E Series, and Intel Pentium and Celeron N and J Series Processors for IoT Applications Datasheet, Volume 1 Document Number: 636112-1.6 Reviewed-by: Lionel Landwerlin <[email protected]> Reviewed-by: José Roberto de Souza <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21129> --- include/pci_ids/iris_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index 34d232ad1a4..fdafc0e1ee8 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -142,6 +142,7 @@ CHIPSET(0x4541, ehl_2x4, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4551, ehl_4x4, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4555, ehl_2x8, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4557, ehl_4x5, "EHL", "Intel(R) UHD Graphics") +CHIPSET(0x4570, ehl_4x8, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4571, ehl_4x8, "EHL", "Intel(R) UHD Graphics") CHIPSET(0x4E51, ehl_4x4, "JSL", "Intel(R) UHD Graphics") CHIPSET(0x4E55, ehl_2x8, "JSL", "Intel(R) UHD Graphics")
