Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm/
HDi915_drv.h636 #define IS_I945GM(dev) ((dev)->pci_device == 0x27A2 ||\ macro
670 IS_I945GM(dev) || IS_I965G(dev) || IS_G33(dev))
673 IS_I945GM(dev) || IS_I965GM(dev) || IS_GM45(dev) || \
HDi915_dma.c904 if (!IS_I945G(dev) && !IS_I945GM(dev) && !IS_I965GM(dev)) in i915_driver_load()
/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_pm.c112 if (IS_I945GM(dev)) in i8xx_enable_fbc()
473 if ((IS_I915GM(dev) || IS_I945GM(dev)) && intel_crtc->plane != 0) { in intel_update_fbc()
1481 if (IS_I945GM(dev)) in i9xx_update_wm()
1527 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
1554 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
1576 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
HDi915_suspend.c391 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_save_modeset_reg()
433 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_restore_modeset_reg()
HDintel_sdvo.c1180 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in intel_sdvo_mode_set()
1427 if (IS_I945G(dev) || IS_I945GM(dev)) in intel_sdvo_get_hotplug_support()
HDi915_drv.h1163 #define IS_I945GM(dev) (INTEL_INFO(dev)->is_i945gm) macro
HDi915_dma.c1605 if (!IS_I945G(dev) && !IS_I945GM(dev)) in i915_driver_load()
HDi915_debug.c1138 else if (IS_CRESTLINE(dev) || IS_I945G(dev) || IS_I945GM(dev)) in i915_sr_status()
HDi915_irq.c1070 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()
HDi915_gem.c4463 if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()
HDintel_display.c4483 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i9xx_update_pll()
8756 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev)) in intel_init_display()