drm/i915: Call drm_vblank_post_modeset() on error paths.
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 6 Jun 2009 08:45:59 +0000 (09:45 +0100)
committerEric Anholt <eric@anholt.net>
Tue, 9 Jun 2009 21:41:26 +0000 (14:41 -0700)
commit1f803ee5cea67d2387aeedb4b07e645a743729de
tree4eec806dcc444bec0482d3e67ba1d2f2e06c1e0b
parent5f26a2c7ad6eba97141e8372f3def282f934b169
drm/i915: Call drm_vblank_post_modeset() on error paths.

Ensure that the drm_vblank_pre_modeset() is always balanced by
drm_vblank_post_modeset() within intel_crtc_mode_set().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_display.c