Hello Arthur Heymans, Matt DeVillier, Thomas Heijligen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/libgfxinit/+/35719
to look at the new patch set (#2).
Change subject: gma: Automatically update CDClk and dot clocks ......................................................................
gma: Automatically update CDClk and dot clocks
Dot clocks should be limited, depending on CDClk. This comes with a caveat: if a display only works at a specific refresh rate, we will likely fail without knowing. It seems to be better, though, to try at least. We can implement a config switch controlling this beha- viour, later, if needed.
If we can raise / lower CDClk with a given set of dot clocks, we have to disable all pipes first, then switch CDClk, and finally enable all pipes with their new configuration.
Change-Id: I375f2bd37c921cd5ed4b0094247df5a34a087188 Signed-off-by: Nico Huber nico.h@gmx.de --- M common/hw-gfx-gma.adb 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/19/35719/2