summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2023-02-06 15:57:37 +1100
committerMarge Bot <emma+marge@anholt.net>2023-02-06 16:48:39 +0000
commitf15f08c3de3d0eeca8abf208c8d2ddc0523b3c23 (patch)
tree670d6650a80966aa099038dc3e98c862cf4aff53 /include
parenta23e04b67367ae90e6fee06e4506bee3f00e6ae6 (diff)
downloadmesa-f15f08c3de3d0eeca8abf208c8d2ddc0523b3c23.tar.gz
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 <lionel.g.landwerlin@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21129>
Diffstat (limited to 'include')
-rw-r--r--include/pci_ids/iris_pci_ids.h1
1 files changed, 1 insertions, 0 deletions
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")