diff options
author | Anuj Phogat <[email protected]> | 2018-05-21 13:54:13 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2019-03-27 19:34:48 +0000 |
commit | dce13e58b0641a429890abf1335a9aedd19b96ea (patch) | |
tree | e7bb82675f168d02e459346294fb66674679754a /include/pci_ids | |
parent | a583f86305875957931fccfa7c4176d07b192fe2 (diff) |
intel: Add Elkhart Lake PCI-IDs
Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'include/pci_ids')
-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 2aa5bceafca..196cbb947ef 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -215,3 +215,7 @@ CHIPSET(0x8A5B, icl_4x8, "Intel(R) HD Graphics (Ice Lake 4x8 GT1)") CHIPSET(0x8A5C, icl_6x8, "Intel(R) HD Graphics (Ice Lake 6x8 GT1.5)") CHIPSET(0x8A5D, icl_4x8, "Intel(R) HD Graphics (Ice Lake 4x8 GT1)") CHIPSET(0x8A71, icl_1x8, "Intel(R) HD Graphics (Ice Lake 1x8 GT0.5)") +CHIPSET(0x4500, ehl_4x8, "Intel(R) HD Graphics (Elkhart Lake 4x8)") +CHIPSET(0x4571, ehl_4x8, "Intel(R) HD Graphics (Elkhart Lake 4x8)") +CHIPSET(0x4551, ehl_4x4, "Intel(R) HD Graphics (Elkhart Lake 4x4)") +CHIPSET(0x4541, ehl_2x4, "Intel(R) HD Graphics (Elkhart Lake 2x4)") |