]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Revert "drm/i915: try to train DP even harder"
authorTakashi Iwai <tiwai@suse.de>
Mon, 11 Mar 2013 17:40:16 +0000 (18:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Mar 2013 19:17:44 +0000 (12:17 -0700)
commite3ab894ba1df93b0b9c0daf15b31a0ba0c9b5957
treef78cb00b528609bf95f3b83ff51924ed1c197ade
parent0689d00d598c0bbd7b9f358bca85c536f87b3357
Revert "drm/i915: try to train DP even harder"

commit 3b4f819d5eac94ba8fe5e8c061f6dabfe8d7b22c upstream.

This reverts commit 0d71068835e2610576d369d6d4cbf90e0f802a71.

Not only that the commit introduces a bogus check (voltage_tries == 5
will never meet at the inserted code path), it brings the i915 driver
into an endless dp-train loop on HP Z1 desktop machine with IVY+eDP.

At least reverting this commit recovers the framebuffer (but X is
still broken by other reasons...)

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/i915/intel_dp.c