Merge branch 'master' into crestline
[profile/ivi/libdrm.git] / shared-core / i915_dma.c
index 943a177..cd7d2b4 100644 (file)
@@ -34,7 +34,8 @@
 #define IS_I965G(dev)  (dev->pci_device == 0x2972 || \
                        dev->pci_device == 0x2982 || \
                        dev->pci_device == 0x2992 || \
-                       dev->pci_device == 0x29A2)
+                       dev->pci_device == 0x29A2 || \
+                       dev->pci_device == 0x2A02)
 
 
 /* Really want an OS-independent resettable timer.  Would like to have