Searched refs:IS_IGDGM (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_chipset.h55 #define IS_IGDGM(devid) ((devid) == PCI_CHIP_IGD_GM) macro
57 #define IS_IGD(devid) (IS_IGDG(devid) || IS_IGDGM(devid))
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dcommon.h350 #define IS_IGDGM(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_IGD_GM) macro
352 #define IS_IGD(pI810) (IS_IGDG(pI810) || IS_IGDGM(pI810))
H A Di830_display.c1347 if (IS_I945G(pI830) || (IS_G33CLASS(pI830) && !IS_IGDGM(pI830)))
1351 else if (IS_I945GM(pI830) || IS_845G(pI830) || IS_IGDGM(pI830))

Completed in 7 milliseconds