Searched defs:IS_GEN3 (Results 1 – 3 of 3) sorted by relevance
61 #define IS_GEN3(devid) (devid == PCI_CHIP_I915_G || \ macro
212 #define IS_GEN3(devid) (IS_945(devid) || IS_915(devid)) macro
185 #define IS_GEN3(devid) IS_GEN(devid, 3) macro