diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-02-06 23:28:51 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-02-06 23:28:51 +0000 |
commit | f7fd3f4a1939dfe198ff1851cfbe1e9fde1f11a1 (patch) | |
tree | d4840ba194877ac5c8569e8e5c73c608e7dff50c /lib/mesa/include/pci_ids/iris_pci_ids.h | |
parent | 6b5b4c3ccf75584ce271b2de6efe23cfaf206dc1 (diff) |
intel/dev: remove invalid EHL pci id
a23e04b67367ae90e6fee06e4506bee3f00e6ae6 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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mesa/include/pci_ids/iris_pci_ids.h b/lib/mesa/include/pci_ids/iris_pci_ids.h index 8fdae147f..9db0ae82f 100644 --- a/lib/mesa/include/pci_ids/iris_pci_ids.h +++ b/lib/mesa/include/pci_ids/iris_pci_ids.h @@ -138,7 +138,6 @@ CHIPSET(0x8A5C, icl_gt1_5, "ICL GT1.5", "Intel(R) Iris(R) Plus Graphics") CHIPSET(0x8A5D, icl_gt1, "ICL GT1", "Intel(R) HD Graphics") CHIPSET(0x8A71, icl_gt0_5, "ICL GT0.5", "Intel(R) HD Graphics") -CHIPSET(0x4500, ehl_4x8, "EHL", "Intel(R) UHD Graphics") 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") |