[Intel-gfx] [PATCH 1/2] drm/i915: Don't vblank wait on ilk-ivb after pipe enable

2014-04-15 Thread Daniel Vetter
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 Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c |

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Don't vblank wait on ilk-ivb after pipe enable

2014-04-15 Thread Ville Syrjälä
On Tue, Apr 15, 2014 at 06:41:22PM +0200, Daniel Vetter wrote: > 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 >