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

/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_chipset.h52 #define IS_IGDGM(devid) (devid == PCI_CHIP_IGD_GM) macro
54 #define IS_IGD(devid) (IS_IGDG(devid) || IS_IGDGM(devid))
/external/libdrm/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))

Completed in 31 milliseconds