drm/i915: Don't vblank wait on ilk-ivb after pipe enable
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 15 Apr 2014 16:41:22 +0000 (18:41 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 15 Apr 2014 21:22:05 +0000 (23:22 +0200)
commitbe6a6f8ec707f2e446e445ad4b8cc93cc85d5d54
tree495c4f92590fdaf820a6a735ff01e32b46ba76c6
parentb0256cdcb4c3aa1fe141d30cbf232872282cbb64
drm/i915: Don't vblank wait on ilk-ivb after pipe enable

Like on hsw/bdw the pipe isn't actually running yet at this point.
This holds for both pch ports and the cpu edp port according to my
testing on ilk, snb and ivb.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77297
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c