]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: prefer wide & slow to fast & narrow in DP configs
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 21 Jun 2012 22:13:50 +0000 (15:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 26 Aug 2012 02:31:39 +0000 (19:31 -0700)
commit2a76966382c049fe15b9f34d4e495cdc9d2c6e9f
tree7b4e8810ed8f2e424c77ecc6f60250b465adae2d
parentea61fc0a1b30955583ad797ff3f3cb5634d8f125
drm/i915: prefer wide & slow to fast & narrow in DP configs

commit 2514bc510d0c3aadcc5204056bb440fa36845147 upstream.

High frequency link configurations have the potential to cause trouble
with long and/or cheap cables, so prefer slow and wide configurations
instead.  This patch has the potential to cause trouble for eDP
configurations that lie about available lanes, so if we run into that we
can make it conditional on eDP.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=45801
Tested-by: peter@colberg.org
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/i915/intel_dp.c