[intel] Fix typos in intel_chipset.h macros.
authorEric Anholt <eric@anholt.net>
Fri, 16 Nov 2007 23:01:48 +0000 (15:01 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 16 Nov 2007 23:36:18 +0000 (15:36 -0800)
src/mesa/drivers/dri/intel/intel_chipset.h

index a18ca5be08afbbb918e01b102ba6680e877d0211..2f49bf77ea1217460eaf7346c5c9168329d9b73c 100644 (file)
                                 devid == PCI_CHIP_I965_GM || \
                                 devid == PCI_CHIP_I965_GME)
 
-#define IS_965(devid)          (devid = PCI_CHIP_I965_G || \
+#define IS_965(devid)          (devid == PCI_CHIP_I965_G || \
                                 devid == PCI_CHIP_I965_Q || \
                                 devid == PCI_CHIP_I965_G_1 || \
                                 devid == PCI_CHIP_I965_GM || \
                                 devid == PCI_CHIP_I965_GME || \
                                 devid == PCI_CHIP_I946_GZ)
 
-#define IS_9XX(devid)          (devid == PCI_CHIP_I915G || \
-                                devid == PCI_CHIP_I915GM || \
-                                devid == PCI_CHIP_I945G || \
-                                devid == PCI_CHIP_I945GM || \
-                                devid == PCI_CHIP_I945GME || \
+#define IS_9XX(devid)          (devid == PCI_CHIP_I915_G || \
+                                devid == PCI_CHIP_I915_GM || \
+                                devid == PCI_CHIP_I945_G || \
+                                devid == PCI_CHIP_I945_GM || \
+                                devid == PCI_CHIP_I945_GME || \
                                 devid == PCI_CHIP_G33_G || \
                                 devid == PCI_CHIP_Q35_G || \
                                 devid == PCI_CHIP_Q33_G || \