drm/i915: Add 965GM pci id update
authorWang Zhenyu <zhenyu.z.wang@intel.com>
Wed, 25 Apr 2007 21:42:56 +0000 (07:42 +1000)
committerDave Airlie <airlied@linux.ie>
Wed, 25 Apr 2007 21:42:56 +0000 (07:42 +1000)
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/drm_pciids.h
drivers/char/drm/i915_dma.c

index 7288855..01cf482 100644 (file)
        {0x8086, 0x2982, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
        {0x8086, 0x2992, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
        {0x8086, 0x29a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
+       {0x8086, 0x2a02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
        {0, 0, 0}
 
index 9354ce3..1ba15d9 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
  * this loop run for (eg) 3 sec, but have the timer reset every time