drm/i915: Drop the excessive vblank waits from modeset codepaths
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Apr 2014 10:30:12 +0000 (13:30 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 21 May 2014 07:55:52 +0000 (09:55 +0200)
commit6304cd91e7f05f8802ea6f91287cac09741d9c46
tree2b3227564d6cb8f817883554039cda68eba8f3e6
parentcea165c34502052cb2aafc7e6bb36fe2036a19df
drm/i915: Drop the excessive vblank waits from modeset codepaths

Now that we've plugged the mmio vs. ring flip race, we shouldn't need
these vblank waits in the modeset codepaths anymore. So get rid of
them.

v2: gen2 needs to wait for planes to turn off before disabling pipe

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
This page took 0.02568 seconds and 5 git commands to generate.