]> 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)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 9 Aug 2012 23:25:13 +0000 (00:25 +0100)
commit38aa85100f8fa221dbaae7c4ac99ace6cbbcdeef
tree3f3a517e7f75d014998f10eba62a4973e59ffbf3
parent56c5dc342e25deddf6fdfbed82a1b9d9bc118113
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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/gpu/drm/i915/intel_dp.c