From: Daniel Vetter Date: Tue, 16 Oct 2012 07:50:25 +0000 (+0200) Subject: Revert "drm/i915: Try harder to complete DP training pattern 1" X-Git-Tag: v3.7-rc3~45^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06fbda328490ec471e72659a9bf69f16a1c8dc9;p=pandora-kernel.git Revert "drm/i915: Try harder to complete DP training pattern 1" This reverts commit 2477367083b3eaa97f87993ab26627a02f350551. If (for whatever reason) the DP sink device never asks for the maximal voltage level, we never don't hit the check that should bail us out after 5 retries of the same voltage. Which leads to an endless loop in the DP link training code, which hangs the driver. Now some more DP link training experiments on eDP panels seem to indicate that our training algorithm isn't robust enough anyway and needs more work. Hence for 3.7-fixes, let's just revert the regressing commit instead of trying to apply more duct-tape. Reported-by: Oleksij Rempel Acked-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed