radeon_hd: Correct RadeonHD DisplayPort link training
* dp_link_train takes connectorIndex and not crtcIndex * May resolve some DisplayPort issues.
This commit is contained in:
@@ -1856,7 +1856,7 @@ encoder_dpms_set_dig(uint8 crtcID, int mode)
|
||||
ATOM_ENCODER_CMD_DP_VIDEO_OFF);
|
||||
}
|
||||
// dp link train
|
||||
dp_link_train(crtcID);
|
||||
dp_link_train(connectorIndex);
|
||||
if (info.dceMajor >= 4) {
|
||||
encoder_dig_setup(connectorIndex, pll->pixelClock,
|
||||
ATOM_ENCODER_CMD_DP_VIDEO_ON);
|
||||
|
||||
Reference in New Issue
Block a user