diff options
author | Anuj Phogat <anuj.phogat@gmail.com> | 2017-08-31 11:32:41 -0700 |
---|---|---|
committer | Anuj Phogat <anuj.phogat@gmail.com> | 2017-09-06 10:09:34 -0700 |
commit | 9c588ffdfb63b8ca0302aed1cef74f075acec85a (patch) | |
tree | ab2974136a948124eeb2d11c3f65172aad24a26b | |
parent | a000fca4152730639216dff279b47d1b88cddc72 (diff) |
intel: Change a KBL pci id to GT2 from GT1.5
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | include/pci_ids/i965_pci_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index 80f7712c63..6f920846ba 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -146,7 +146,7 @@ CHIPSET(0x5A85, bxt_2x6, "Intel(R) HD Graphics 500 (Broxton 2x6)") CHIPSET(0x5902, kbl_gt1, "Intel(R) HD Graphics 610 (Kaby Lake GT1)") CHIPSET(0x5906, kbl_gt1, "Intel(R) HD Graphics 610 (Kaby Lake GT1)") CHIPSET(0x590B, kbl_gt1, "Intel(R) Kabylake GT1") -CHIPSET(0x5917, kbl_gt1_5, "Intel(R) Kabylake GT1.5") +CHIPSET(0x5917, kbl_gt2, "Intel(R) Kabylake GT2") CHIPSET(0x5912, kbl_gt2, "Intel(R) HD Graphics 630 (Kaby Lake GT2)") CHIPSET(0x5916, kbl_gt2, "Intel(R) HD Graphics 620 (Kaby Lake GT2)") CHIPSET(0x591A, kbl_gt2, "Intel(R) HD Graphics P630 (Kaby Lake GT2)") |