Searched refs:IS_GEN2 (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_memory.c148 if (IS_GEN2(intel))
239 if (IS_GEN2(intel))
H A Dintel_hwmc.c206 if (IS_GEN2(intel)) {
H A Dintel.h318 #define IS_GEN2(intel) IS_GENx(intel, 2) macro
H A Dintel_uxa.c651 if (IS_GEN2(intel))
1297 if (IS_GEN2(intel))
H A Dintel_driver.c880 int fb_bar = IS_GEN2(intel) ? 0 : 2;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_memory.c148 if (IS_GEN2(intel))
239 if (IS_GEN2(intel))
H A Dintel_hwmc.c206 if (IS_GEN2(intel)) {
H A Dintel.h318 #define IS_GEN2(intel) IS_GENx(intel, 2) macro
H A Dintel_uxa.c626 if (IS_GEN2(intel))
1268 if (IS_GEN2(intel))
H A Dintel_driver.c861 int fb_bar = IS_GEN2(intel) ? 0 : 2;
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_chipset.h207 #define IS_GEN2(devid) ((devid) == PCI_CHIP_I830_M || \ macro
334 #define IS_9XX(dev) (!IS_GEN2(dev))
H A Dintel_decode.c1349 if (!IS_GEN2(devid)) {
2025 if (IS_GEN2(devid))
2250 if (opcode_3d_1d->i830_only && !IS_GEN2(devid))
3832 else if (IS_GEN2(devid))
H A Dintel_bufmgr_gem.c3581 if (IS_GEN2(bufmgr_gem->pci_device))

Completed in 21 milliseconds