Searched refs:IS_GEN2 (Results 1 – 4 of 4) sorted by relevance
248 #define IS_GEN2(devid) (devid == PCI_CHIP_I830_M || \ macro
230 #define IS_GEN2(devid) ((devid) == PCI_CHIP_I830_M || \ macro
1355 if (!IS_GEN2(devid)) { in decode_3d_1d()2031 if (IS_GEN2(devid)) in decode_3d_1d()2256 if (opcode_3d_1d->i830_only && !IS_GEN2(devid)) in decode_3d_1d()3847 assert(IS_GEN2(devid)); in drm_intel_decode_context_alloc()
3356 if (IS_GEN2(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()