Home
last modified time | relevance | path

Searched refs:IS_I945GM (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/i915/
Di915_suspend.c389 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_save_modeset_reg()
425 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_restore_modeset_reg()
Dintel_display.c1602 if (IS_I945GM(dev)) in i8xx_enable_fbc()
1963 if ((IS_I915GM(dev) || IS_I945GM(dev)) && intel_crtc->plane != 0) { in intel_update_fbc()
4292 if (IS_I945GM(dev)) in i9xx_update_wm()
4332 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
4359 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
4381 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
5250 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i9xx_crtc_mode_set()
9009 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev)) in intel_init_display()
Dintel_sdvo.c1133 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in intel_sdvo_mode_set()
1261 if (IS_I945G(dev) || IS_I945GM(dev)) in intel_sdvo_supports_hotplug()
Di915_drv.h997 #define IS_I945GM(dev) (INTEL_INFO(dev)->is_i945gm) macro
Di915_dma.c2111 if (!IS_I945G(dev) && !IS_I945GM(dev)) in i915_driver_load()
Di915_debugfs.c1208 else if (IS_CRESTLINE(dev) || IS_I945G(dev) || IS_I945GM(dev)) in i915_sr_status()
Di915_irq.c852 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()
Di915_gem.c3999 if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()