diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2012-10-03 14:26:29 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2013-04-16 15:08:12 -0700 |
commit | e7965598b7cc1123847e5c87ab16745145e849e2 (patch) | |
tree | 854bb67305c56c7aa6aade4d40141100e21feba2 /include | |
parent | 13ddf9baf27e4c460df83a033ad618d65b61ab8f (diff) | |
download | mesa-e7965598b7cc1123847e5c87ab16745145e849e2.tar.gz mesa-e7965598b7cc1123847e5c87ab16745145e849e2.tar.bz2 mesa-e7965598b7cc1123847e5c87ab16745145e849e2.zip |
i965: Enable the Bay Trail platform.
This patch adds PCI IDs for Bay Trail (sometimes called Valley View).
As far as the 3D driver is concerned, it's very similar to Ivybridge,
so the existing code should work just fine.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
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 1e388f8cadd..9a2da61357e 100644 --- a/include/pci_ids/i965_pci_ids.h +++ b/include/pci_ids/i965_pci_ids.h @@ -62,3 +62,8 @@ CHIPSET(0x0D26, HASWELL_CRW_M_GT2_PLUS, hsw_gt2) CHIPSET(0x0D0A, HASWELL_CRW_S_GT1, hsw_gt1) CHIPSET(0x0D1A, HASWELL_CRW_S_GT2, hsw_gt2) CHIPSET(0x0D2A, HASWELL_CRW_S_GT2_PLUS, hsw_gt2) +CHIPSET(0x0F31, BAYTRAIL_M_1, byt) +CHIPSET(0x0F32, BAYTRAIL_M_2, byt) +CHIPSET(0x0F33, BAYTRAIL_M_3, byt) +CHIPSET(0x0157, BAYTRAIL_M_4, byt) +CHIPSET(0x0155, BAYTRAIL_D, byt) |