Searched refs:IS_GEN6 (Results 1 – 8 of 8) sorted by relevance
181 #define IS_GEN6(devid) (IS_SNB_GT1(devid) || IS_SNB_GT2(devid)) macro238 IS_GEN6(devid) || \
1090 } else if (IS_GEN6(intelScreen->deviceID)) { in intelInitScreen2()
3296 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()3307 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()3310 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()3314 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()3317 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()3386 if (IS_GEN6(devid)) { in decode_3d_965()3413 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27), in decode_3d_965()3414 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ? in decode_3d_965()3598 if (IS_GEN5(devid) || IS_GEN6(devid)) in decode_3d_965()3622 if (IS_GEN6(devid)) in decode_3d_965()[all …]
237 #define IS_GEN6(devid) ((devid) == PCI_CHIP_SANDYBRIDGE_GT1 || \ macro370 IS_GEN6(dev) || \
3480 else if (IS_GEN6(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()3537 bufmgr_gem->has_llc = (IS_GEN6(bufmgr_gem->pci_device) | in drm_intel_bufmgr_gem_init()
460 else if (IS_GEN6(id)) in gen_init()