]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
authorMario Kleiner <mario.kleiner.de@gmail.com>
Sun, 6 Mar 2016 01:39:53 +0000 (02:39 +0100)
committerTim Gardner <tim.gardner@canonical.com>
Thu, 21 Apr 2016 12:53:28 +0000 (06:53 -0600)
commit7b973d6371e6bafe3b9a0a02eb4fe6b7c98294b8
tree85b3607cac28d72d22f0bc8bbb6c142272f4f7b3
parent63948e6d8e53e4e7163d1578d034f62d63f30f56
drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.

BugLink: http://bugs.launchpad.net/bugs/1572722
commit 459ee1c3fd097ab56ababd8ff4bb7ef6a792de33 upstream.

As observed on Apple iMac10,1, DCE-3.2, RV-730,
link rate of 2.7 Ghz is not selected, because
the args.v1.ucConfig flag setting for 2.7 Ghz
gets overwritten by a following assignment of
the transmitter to use.

Move link rate setup a few lines down to fix this.
In practice this didn't have any positive or
negative effect on display setup on the tested
iMac10,1 so i don't know if backporting to stable
makes sense or not.

Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/gpu/drm/radeon/atombios_encoders.c