Searched refs:IS_I915GM (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dcommon.h347 #define IS_I915GM(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I915_GM) macro
365 #define IS_I9XX(pI810) (IS_I915G(pI810) || IS_I915GM(pI810) || IS_I945G(pI810) || IS_I945GM(pI810) || IS_I965G(pI810) || IS_G33CLASS(pI810))
366 #define IS_I915(pI810) (IS_I915G(pI810) || IS_I915GM(pI810) || IS_I945G(pI810) || IS_I945GM(pI810) || IS_G33CLASS(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_hwmc.c59 (IS_I915G(pI830) || IS_I915GM(pI830)))
H A Di915_hwmc.c322 if (IS_I915G(pI830) || IS_I915GM(pI830))
516 if (IS_I915G(pI830) || IS_I915GM(pI830)) {
H A Di830_uxa.c743 } else if (IS_I915G(i830) || IS_I915GM(i830) ||
H A Di830_debug.c479 if (IS_I915G(pI830) || IS_I915GM(pI830)) {
570 if (IS_I965G(pI830) || ((IS_I915G(pI830) || IS_I915GM(pI830)) && reg >= FENCE_NEW))
H A Di830_memory.c514 if (!IS_I9XX(pI830) || IS_I915G(pI830) || IS_I915GM(pI830) ||
H A Di830_display.c1353 else if (IS_I915GM(pI830)) {
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_hwmc.c203 if (IS_I915G(intel) || IS_I915GM(intel))
H A Dintel_uxa_video.c261 if (IS_I915G(intel) || IS_I915GM(intel)) {
350 if (IS_I915G(intel) || IS_I915GM(intel))
H A Dintel.h332 #define IS_I915GM(pI810) (intel_get_device_id((intel)->dev) == PCI_CHIP_I915_GM) macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_hwmc.c203 if (IS_I915G(intel) || IS_I915GM(intel))
H A Dintel_uxa_video.c261 if (IS_I915G(intel) || IS_I915GM(intel)) {
350 if (IS_I915G(intel) || IS_I915GM(intel))
H A Dintel.h332 #define IS_I915GM(pI810) (intel_get_device_id((intel)->dev) == PCI_CHIP_I915_GM) macro

Completed in 16 milliseconds