Home
last modified time | relevance | path

Searched refs:IS_I945G (Results 1 – 8 of 8) 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_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 Dintel_pm.c1604 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_drv.h1443 #define IS_I945G(dev) ((dev)->pci_device == 0x2772) 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()
9366 else if (IS_I945G(dev) || (IS_G33(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()
/gfx-drm/usr/src/cmd/mdb/i915/
H A Di915.c1757 } else if (info.is_crestline || IS_I945G(dev) || info.is_i945gm) { in i915_sr_status()