Hello Arthur Heymans, Thomas Heijligen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/libgfxinit/+/35740
to look at the new patch set (#4).
Change subject: gma ilk: Handle Ibex Peak DP correctly ......................................................................
gma ilk: Handle Ibex Peak DP correctly
We missed some bits specific to Ibex Peak DPs. Namely, the training pattern selection moved and we have to select the transcoder in the `DP_CTL` register as there is no separate DP transcoder register.
The latter is quirky, however. If a port (DP or HDMI) is disabled with the second transcoder selected. This selection sticks and the sibling port (e.g. DP2 to HDMI2) can't be enabled with the first transcoder. As a workaround, we are supposed to enable a port that was using the second transcoder with the first transcoder selected again.
Change-Id: I0c1fafc2ba113aeeaf4ace750b333cc270bca37c Signed-off-by: Nico Huber nico.h@gmx.de --- M common/ironlake/hw-gfx-gma-connectors.adb M common/ironlake/hw-gfx-gma-pch-dp.adb M common/ironlake/hw-gfx-gma-pch-dp.ads M common/ironlake/hw-gfx-gma-pch-hdmi.adb 4 files changed, 77 insertions(+), 17 deletions(-)
git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/40/35740/4