Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_ums.c242 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_save_display_reg()
310 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_restore_display_reg()
H A Dintel_pm.c112 if (IS_I945GM(dev)) in i8xx_enable_fbc()
541 if ((IS_I915GM(dev) || IS_I945GM(dev) || IS_HASWELL(dev)) && in intel_update_fbc()
1558 if (IS_I945GM(dev)) in i9xx_update_wm()
1604 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
1631 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
1653 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
H A Di915_gem_debug.c517 } else if (IS_I945GM(dev) && IS_MOBILE(dev)) { in print_clock_info()
H A Di915_gem_gtt.c985 (IS_G33(dev) || IS_I945GM(dev)) ? 2 : 1); /* OSOL_i915 */ in intel_gtt_mappable_entries()
H A Dintel_sdvo.c1261 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in intel_sdvo_mode_set()
1572 if (IS_I945G(dev) || IS_I945GM(dev)) in intel_sdvo_get_hotplug_support()
H A Di915_drv.h1444 #define IS_I945GM(dev) (INTEL_INFO(dev)->is_i945gm) macro
H A Di915_gem.c3779 else if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()
H A Dintel_display.c4548 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in i9xx_update_pll()
5010 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in i9xx_get_pipe_config()
9372 else if (IS_I945GM(dev) || IS_845G(dev) || IS_PINEVIEW_M(dev)) in intel_init_display()
H A Di915_irq.c1649 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()