]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915/dp: Don't stop the link when retraining
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 3 Nov 2014 10:39:24 +0000 (11:39 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:41:48 +0000 (18:41 +0100)
commitd6faadb7a2e9b56cf83e45205a97dde17aab71af
treebfb2e2a9fba43853898d6d5c3eb06c6b0a5e5dd9
parent7637b6bd4e20b877f77a4e0bd1ac48b1b1b064e1
drm/i915/dp: Don't stop the link when retraining

On pre-ddi platforms we don't shut down the link when changing link
training parameters. Except when clock recovery fails too hard and we
restart with channel eq training. Which doesn't make a lot of sense
really, since just stopping/restarting the DP port at this point
violates the modeset sequence documented in the Bspec.

So let's tempt fate and try this.

This patch is motivated by a WARN_ON triggered by

commit bc76e320f21f8bd790a72bd5dc06909617432352
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Tue May 20 22:46:50 2014 +0200

    drm/i915: Drop now misleading DDI comment from dp_link_down

References: https://bugs.freedesktop.org/show_bug.cgi?id=85670
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Acked-by: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c