i965: Add sandybridge D0 pci ids
authorZhenyu Wang <zhenyuw@linux.intel.com>
Mon, 23 Aug 2010 02:16:45 +0000 (10:16 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Mon, 23 Aug 2010 02:16:45 +0000 (10:16 +0800)
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
src/mesa/drivers/dri/intel/intel_chipset.h

index 72a74322ee553b03ae92dcf320cfcefc2489f476..b5f180bbc883ff3138dc06c7629a85d3e3403066 100644 (file)
@@ -73,6 +73,7 @@
 
 #define PCI_CHIP_SANDYBRIDGE           0x0102
 #define PCI_CHIP_SANDYBRIDGE_M         0x0106
+#define PCI_CHIP_SANDYBRIDGE_M_D0      0x0126
 
 #define IS_MOBILE(devid)       (devid == PCI_CHIP_I855_GM || \
                                 devid == PCI_CHIP_I915_GM || \
 #define IS_IRONLAKE(devid)     IS_GEN5(devid)
 
 #define IS_GEN6(devid)         (devid == PCI_CHIP_SANDYBRIDGE || \
-                                devid == PCI_CHIP_SANDYBRIDGE_M)
+                                devid == PCI_CHIP_SANDYBRIDGE_M || \
+                                devid == PCI_CHIP_SANDYBRIDGE_M_D0)
 
 #define IS_965(devid)          (IS_GEN4(devid) || \
                                 IS_G4X(devid) || \