Searched refs:IS_GEN6 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_decode.c3293 if (IS_GEN6(devid) || IS_GEN7(devid))
3304 if (IS_GEN6(devid) || IS_GEN7(devid))
3307 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))
3311 if (IS_GEN6(devid) || IS_GEN7(devid))
3314 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))
3383 if (IS_GEN6(devid)) {
3410 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27),
3411 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ?
3595 if (IS_GEN5(devid) || IS_GEN6(devid))
3619 if (IS_GEN6(devi
[all...]
H A Dintel_chipset.h224 #define IS_GEN6(devid) ((devid) == PCI_CHIP_SANDYBRIDGE_GT1 || \ macro
H A Dintel_bufmgr_gem.c3589 else if (IS_GEN6(bufmgr_gem->pci_device))
3646 bufmgr_gem->has_llc = (IS_GEN6(bufmgr_gem->pci_device) |
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel.h322 #define IS_GEN6(intel) IS_GENx(intel, 6) macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel.h322 #define IS_GEN6(intel) IS_GENx(intel, 6) macro

Completed in 12 milliseconds