Mesa (master): i965: Add sandybridge D0 pci ids

Zhenyu Wang zhen at kemper.freedesktop.org
Mon Aug 23 02:24:33 UTC 2010


Module: Mesa
Branch: master
Commit: 8a537b2fb856d27f49235d9f5684901f1213214c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a537b2fb856d27f49235d9f5684901f1213214c

Author: Zhenyu Wang <zhenyuw at linux.intel.com>
Date:   Mon Aug 23 10:16:45 2010 +0800

i965: Add sandybridge D0 pci ids

Signed-off-by: Zhenyu Wang <zhenyuw at linux.intel.com>

---

 src/mesa/drivers/dri/intel/intel_chipset.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_chipset.h b/src/mesa/drivers/dri/intel/intel_chipset.h
index 72a7432..b5f180b 100644
--- a/src/mesa/drivers/dri/intel/intel_chipset.h
+++ b/src/mesa/drivers/dri/intel/intel_chipset.h
@@ -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 || \
@@ -119,7 +120,8 @@
 #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) || \




More information about the mesa-commit mailing list