Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbc.c110 if (IS_I945GM(dev)) in i8xx_fbc_enable()
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()
Dintel_panel.c1215 if (IS_GEN2(dev) || IS_I915GM(dev) || IS_I945GM(dev)) in i9xx_setup_backlight()
Di915_gpu_error.c782 if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) in i915_gem_record_fences()
Dintel_pm.c322 } else if (IS_I945G(dev) || IS_I945GM(dev)) { in intel_set_memory_cxsr()
1269 if (IS_I945GM(dev)) in i9xx_update_wm()
1364 if (IS_I945G(dev) || IS_I945GM(dev)) in i9xx_update_wm()
Di915_drv.h2291 #define IS_I945GM(dev) (INTEL_INFO(dev)->is_i945gm) macro
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()
13505 else if (IS_I945GM(dev) || IS_845G(dev)) in intel_init_display()
Di915_debugfs.c1671 IS_I945G(dev) || IS_I945GM(dev)) in i915_sr_status()