mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 10:00:36 +02:00
intel/dev: remove invalid EHL pci id
removed in linux
0e8e272f1368 ("drm/i915/ehl: Remove invalid PCI ID")
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>
This commit is contained in:
parent
89cf0a3bdc
commit
a23e04b673
2 changed files with 1 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ static const struct {
|
|||
{ "whl", 0x3EA1 },
|
||||
{ "cml", 0x9b41 },
|
||||
{ "icl", 0x8a52 },
|
||||
{ "ehl", 0x4500 },
|
||||
{ "ehl", 0x4571 },
|
||||
{ "jsl", 0x4E71 },
|
||||
{ "tgl", 0x9a49 },
|
||||
{ "rkl", 0x4c8a },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue