From: Ville Syrjälä Date: Thu, 16 Oct 2014 18:29:51 +0000 (+0300) Subject: drm/i915: Clear PPS port select when giving up the power sequencer X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83b8459756659ce55446e3eb97d64b966c60bfb9;p=pandora-kernel.git drm/i915: Clear PPS port select when giving up the power sequencer VLV gets confused if two power sequencers have the same port selected. It would seem the port doesn't start up properly in the is case and vlv_wait_port_ready() will fail as will the link training. Clearing the port select in the PP_ON_DELAYS register fixes this problem. CHV doesn't seem to need this, but it doesn't seem to hurt either so let's just do it for both to keep the code between the platforms as uniform as possible. Signed-off-by: Ville Syrjälä Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed