dp: dptx: Training should fail if clock recovery fails on maximum voltage swing.
Required for DisplayPort compliance. Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
55889d1a8d
commit
331244ad31
1 changed files with 3 additions and 0 deletions
|
@ -1565,6 +1565,9 @@ static XDptx_TrainingState XDptx_TrainingStateClockRecovery(XDptx *InstancePtr)
|
||||||
if (SameVsLevelCount >= 5) {
|
if (SameVsLevelCount >= 5) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if (LinkConfig->VsLevel == XDPTX_MAXIMUM_VS_LEVEL) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
/* Adjust the drive settings as requested by the RX device. */
|
/* Adjust the drive settings as requested by the RX device. */
|
||||||
Status = XDptx_AdjVswingPreemp(InstancePtr);
|
Status = XDptx_AdjVswingPreemp(InstancePtr);
|
||||||
|
|
Loading…
Add table
Reference in a new issue