Home
last modified time | relevance | path

Searched refs:IS_GEN4 (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_suspend.c113 if (IS_GEN4(dev)) in i915_save_state()
146 if (IS_GEN4(dev)) in i915_restore_state()
Di915_gem_tiling.c183 if (IS_GEN4(dev)) { in i915_gem_detect_bit_6_swizzle()
Dintel_overlay.c740 if (IS_GEN4(overlay->dev)) in intel_overlay_do_put_image()
989 if (IS_GEN4(dev) && rec->stride_Y < 512) in check_overlay_src()
1050 if (IS_GEN4(dev)) in intel_panel_fitter_pipe()
Di915_gem_stolen.c88 if (IS_GEN4(dev)) in i915_stolen_to_physical()
Dintel_fbc.c96 if (IS_GEN4(dev)) { in i8xx_fbc_enable()
Dintel_panel.c594 if (IS_GEN4(dev)) { in i9xx_set_backlight()
1379 } else if (IS_GEN4(dev)) { in intel_panel_init_backlight_funcs()
Di915_gpu_error.c786 } else if (IS_GEN5(dev) || IS_GEN4(dev)) in i915_gem_record_fences()
1377 else if (IS_GEN4(dev) || IS_GEN5(dev) || IS_GEN6(dev)) { in i915_get_extra_instdone()
Dintel_lvds.c1003 else if (IS_GEN4(dev)) in intel_lvds_init()
Di915_drv.h2342 #define IS_GEN4(dev) (INTEL_INFO(dev)->gen == 4) macro
Di915_debugfs.c2091 if (IS_GEN3(dev) || IS_GEN4(dev)) { in i915_swizzle_info()
Dintel_pm.c6603 } else if (IS_GEN4(dev)) { in intel_init_pm()