[PATCH 2/2] drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.

2016-03-07 Thread Alex Deucher
On Sat, Mar 5, 2016 at 8:39 PM, Mario Kleiner wrote: > 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

[PATCH 2/2] drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.

2016-03-06 Thread Mario Kleiner
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 posi