Searched defs:PCI_CHIP_GM45_GM (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_chipset.h63 #define PCI_CHIP_GM45_GM 0x2A42 macro
133 devid == PCI_CHIP_GM45_GM || \
143 #define IS_GM45(devid) (devid == PCI_CHIP_GM45_GM)
/external/libdrm/intel/
H A Dintel_chipset.h66 #define PCI_CHIP_GM45_GM 0x2A42 macro
190 (devid) == PCI_CHIP_GM45_GM || IS_IGD(devid) || \
198 #define IS_GM45(devid) ((devid) == PCI_CHIP_GM45_GM)

Completed in 20 milliseconds