drm/i915: remove unexplained vblank wait in the DP off code
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 11 Apr 2014 21:25:41 +0000 (14:25 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 5 May 2014 07:08:35 +0000 (09:08 +0200)
commit93c9c19b3d259a76fc2efa4b8f2478dc9f339bee
treeeff2cea0d8ac190324d64255ebe44d131ef9d74a
parent444c9a08bf787e8236e132fab7eceeb2f065aa4c
drm/i915: remove unexplained vblank wait in the DP off code

I don't think this is necessary; at least it doesn't appear to be on my
BYT.  Dropping it speeds up our shutdown code a little, in some cases
resulting in faster init times.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c