Searched refs:IS_GM45 (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dcommon.h353 #define IS_GM45(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_GM45_GM) macro
354 #define IS_G4X(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_IGD_E_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_G45_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_Q45_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_G41_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_B43_G || IS_GM45(pI810))
368 #define IS_MOBILE(pI810) (IS_I830(pI810) || IS_I85X(pI810) || IS_I915GM(pI810) || IS_I945GM(pI810) || IS_I965GM(pI810) || IS_GM45(pI810) || IS_IGD(pI810) || IS_IGDNG_M(pI810))
H A Di830_hdmi.c162 if (IS_G4X(pI830) && !IS_GM45(pI830)) {
H A Di830_lvds.c143 } else if (IS_I965GM(pI830) || IS_GM45(pI830)) {
191 if (IS_I965GM(pI830) || IS_GM45(pI830)) {
548 if (IS_I965GM(pI830) || IS_GM45(pI830))
565 if (IS_I965GM(pI830) || IS_GM45(pI830))
H A Di830_driver.c719 if (IS_GM45(pI830))
1862 if (IS_I965GM(pI830) || IS_GM45(pI830))
1930 if (IS_I965GM(pI830) || IS_GM45(pI830))
2254 if (IS_I965GM(pI830) || IS_GM45(pI830))
2467 if (I830LVDSPresent(pScrn) && !IS_I965GM(pI830) && !IS_GM45(pI830)) {
2489 if (IS_I965GM(pI830) || IS_GM45(pI830)) {
H A Di830_crt.c181 if (IS_G4X(pI830) && !IS_GM45(pI830))
H A Di830_memory.c1200 if (IS_GM45(pI830)) {
1229 if (!IS_GM45(pI830)) {
H A Di830_display.c963 if (IS_GM45(pI830))
975 if (IS_GM45(pI830))
1654 if (IS_I965G(pI830) && !IS_GM45(pI830))
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_chipset.h185 #define IS_GM45(devid) ((devid) == PCI_CHIP_GM45_GM) macro
186 #define IS_G4X(devid) (IS_G45(devid) || IS_GM45(devid))

Completed in 14 milliseconds