diff options
author | Anuj Phogat <anuj.phogat@gmail.com> | 2020-07-09 15:56:25 -0700 |
---|---|---|
committer | Anuj Phogat <anuj.phogat@gmail.com> | 2020-07-14 21:10:04 -0700 |
commit | 559b26b7ee093c2cbe446bf8023876642deadcee (patch) | |
tree | 46fdf3acc79d4e5e041a0f897cb35557d9650322 /include | |
parent | 7cb2ace465792e5f503c919bce8024bb10802125 (diff) |
intel/ehl: Add new PCI-IDs
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/i965_pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index d727bc0a8c0..9cb4a044d77 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -260,8 +260,12 @@ 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") +CHIPSET(0x4557, ehl_4x5, "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") +CHIPSET(0x4E57, ehl_4x5, "JSL", "Intel(R) UHD Graphics") CHIPSET(0x4E61, ehl_4x6, "JSL", "Intel(R) UHD Graphics") CHIPSET(0x4E71, ehl_4x8, "JSL", "Intel(R) UHD Graphics") #endif |