Add support for new Ivybridge chipset
authorXiang, Haihao <haihao.xiang@intel.com>
Fri, 13 Apr 2012 02:44:57 +0000 (10:44 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 13 Apr 2012 02:47:47 +0000 (10:47 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit 4e3a3146128c6f790c9f586c2141ae96955069cd)

src/intel_driver.h

index c79f983..d4115b4 100644 (file)
@@ -168,6 +168,7 @@ struct intel_region
 #define PCI_CHIP_IVYBRIDGE_M_GT1        0x0156  /* Mobile */
 #define PCI_CHIP_IVYBRIDGE_M_GT2        0x0166
 #define PCI_CHIP_IVYBRIDGE_S_GT1        0x015a  /* Server */
+#define PCI_CHIP_IVYBRIDGE_S_GT2        0x016a
 
 #define IS_G45(devid)           (devid == PCI_CHIP_IGD_E_G ||   \
                                  devid == PCI_CHIP_Q45_G ||     \
@@ -195,6 +196,7 @@ struct intel_region
                                  devid == PCI_CHIP_IVYBRIDGE_GT2 ||     \
                                  devid == PCI_CHIP_IVYBRIDGE_M_GT1 ||   \
                                  devid == PCI_CHIP_IVYBRIDGE_M_GT2 ||   \
-                                 devid == PCI_CHIP_IVYBRIDGE_S_GT1)
+                                 devid == PCI_CHIP_IVYBRIDGE_S_GT1 ||   \
+                                 devid == PCI_CHIP_IVYBRIDGE_S_GT2)
 
 #endif /* _INTEL_DRIVER_H_ */