diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2012-03-19 13:42:16 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2012-03-30 14:39:31 -0700 |
commit | bd2410b48df261251f75c2c69785c8cc3182d94d (patch) | |
tree | bda3c2dd85a3d4e4c61df0b4a33076d9c3f6507b /include | |
parent | 4848122a96a46d6725cbfe92041459d11aea70fc (diff) |
intel: Add some PCI IDs for Haswell.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci_ids/i965_pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index d37a2eed4b0..a29150955b4 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -25,3 +25,8 @@ CHIPSET(0x0162, IVYBRIDGE_GT2, ivb_gt2) CHIPSET(0x0156, IVYBRIDGE_M_GT1, ivb_gt1) CHIPSET(0x0166, IVYBRIDGE_M_GT2, ivb_gt2) CHIPSET(0x015a, IVYBRIDGE_S_GT1, ivb_gt1) +CHIPSET(0x0402, HASWELL_GT1, hsw_gt1) +CHIPSET(0x0412, HASWELL_GT2, hsw_gt2) +CHIPSET(0x0406, HASWELL_M_GT1, hsw_gt1) +CHIPSET(0x0416, HASWELL_M_GT2, hsw_gt2) +CHIPSET(0x0A16, HASWELL_M_ULT_GT2, hsw_gt2) |