Revert "radeon_hd: Correct RadeonHD DisplayPort link training"
This reverts commit fefb6da970.
* This was actually correct before, was looking at the wrong
function while troubleshooting something.
This commit is contained in:
@@ -1859,7 +1859,7 @@ encoder_dpms_set_dig(uint8 crtcID, int mode)
|
||||
ATOM_ENCODER_CMD_DP_VIDEO_OFF);
|
||||
}
|
||||
// dp link train
|
||||
dp_link_train(connectorIndex);
|
||||
dp_link_train(crtcID);
|
||||
if (info.dceMajor >= 4) {
|
||||
encoder_dig_setup(connectorIndex, pll->pixelClock,
|
||||
ATOM_ENCODER_CMD_DP_VIDEO_ON);
|
||||
|
||||
Reference in New Issue
Block a user