intel/ehl: Rename gen_device_info struct

Renaming makes it easier to relate a pciid with device configuration.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Anuj Phogat
2020-07-09 15:15:13 -07:00
parent 13c70931f5
commit 7cb2ace465
2 changed files with 11 additions and 11 deletions

View File

@@ -257,11 +257,11 @@ 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_7, "EHL", "Intel(R) UHD Graphics")
CHIPSET(0x4571, ehl_7, "EHL", "Intel(R) UHD Graphics")
CHIPSET(0x4551, ehl_5, "EHL", "Intel(R) UHD Graphics")
CHIPSET(0x4541, ehl_4, "EHL", "Intel(R) UHD Graphics")
CHIPSET(0x4E51, ehl_5, "JSL", "Intel(R) UHD Graphics")
CHIPSET(0x4E61, ehl_6, "JSL", "Intel(R) UHD Graphics")
CHIPSET(0x4E71, ehl_7, "JSL", "Intel(R) UHD 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(0x4571, ehl_4x8, "EHL", "Intel(R) UHD Graphics")
CHIPSET(0x4E51, ehl_4x4, "JSL", "Intel(R) UHD Graphics")
CHIPSET(0x4E61, ehl_4x6, "JSL", "Intel(R) UHD Graphics")
CHIPSET(0x4E71, ehl_4x8, "JSL", "Intel(R) UHD Graphics")
#endif