Searched defs:IS_GEN2 (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/intel/ | ||
D | intel_chipset.h | 207 #define IS_GEN2(devid) ((devid) == PCI_CHIP_I830_M || \ macro |
/external/igt-gpu-tools/lib/ | ||
D | intel_chipset.h | 184 #define IS_GEN2(devid) IS_GEN(devid, 2) macro |