Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_ums.c242 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_save_display_reg()
309 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_restore_display_reg()
Dintel_pm.c1526 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
1553 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
1575 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
Dintel_sdvo.c1216 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in intel_sdvo_mode_set()
1458 if (IS_I945G(dev) || IS_I945GM(dev)) in intel_sdvo_get_hotplug_support()
Di915_dma.c1626 if (!IS_I945G(dev) && !IS_I945GM(dev)) in i915_driver_load()
Di915_drv.h1304 #define IS_I945G(dev) ((dev)->pci_device == 0x2772) macro
Di915_debugfs.c1302 else if (IS_CRESTLINE(dev) || IS_I945G(dev) || IS_I945GM(dev)) in i915_sr_status()
Di915_irq.c1307 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()
Di915_gem.c4186 else if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()
Dintel_display.c4360 (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev))) { in i9xx_update_pll()
8812 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev))) in intel_init_display()