Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_dma.c937 if (!IS_I945G(dev) && !IS_I945GM(dev)) in i915_driver_load()
Dintel_sdvo.c1290 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in intel_sdvo_pre_enable()
1626 if (IS_I945G(dev) || IS_I945GM(dev)) in intel_sdvo_get_hotplug_support()
Di915_gpu_error.c782 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()
Di915_drv.h2290 #define IS_I945G(dev) (INTEL_DEVID(dev) == 0x2772) macro
Dintel_pm.c322 } else if (IS_I945G(dev) || IS_I945GM(dev)) { in intel_set_memory_cxsr()
1364 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
Di915_gem.c4982 else if (INTEL_INFO(dev)->gen >= 4 || IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_load()
Dintel_display.c6496 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in i9xx_update_pll()
7088 } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { in i9xx_get_pipe_config()
13499 else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev))) in intel_init_display()
Di915_debugfs.c1671 IS_I945G(dev) || IS_I945GM(dev)) in i915_sr_status()