Searched refs:IS_I965GM (Results 1 – 4 of 4) sorted by relevance
650 #define IS_I965GM(dev) ((dev)->pci_device == 0x2A02) macro673 IS_I945GM(dev) || IS_I965GM(dev) || IS_GM45(dev) || \
301 if (IS_I965GM(dev) || IS_GM45(dev)) { in i915_save_state()
904 if (!IS_I945G(dev) && !IS_I945GM(dev) && !IS_I965GM(dev)) in i915_driver_load()
1491 #define IS_I965GM(dev) ((dev)->pci_device == 0x2A02) macro