Hello Patrick Rudolph, Arthur Heymans, Matt DeVillier,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/libgfxinit/+/32731
to look at the new patch set (#2).
Change subject: dp training: Always end with normal output ......................................................................
dp training: Always end with normal output
The DP spec mandates that we return to normal output when we abandon a failed training, before we disable the output. However, the sequence suggested by Intel always disables the output, even if we try another time or another frequency. So we also always return to normal frame delivery.
On Ivy Bridge, failure to return to normal output resulted in inability to disable the display pipe and to restart the training. Thus, after a failed training, further attempts were futile.
Change-Id: Ie1f19f2e1d1af62b402ad1dc41373d3d4437e976 Signed-off-by: Nico Huber nico.huber@secunet.com --- M common/hw-gfx-dp_training.adb 1 file changed, 8 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/31/32731/2