Attention is currently required from: Matt DeVillier.
Hello Alicja Michalska, Sean Rhodes, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/87494?usp=email
to look at the new patch set (#2).
Change subject: mb/starlabs/starlite_adl: Add CFR option to use native panel resolution ......................................................................
mb/starlabs/starlite_adl: Add CFR option to use native panel resolution
Add a CFR option to boot using the native panel resolution, rather than a fixed/scaled video mode. This option selects between two VBT files: one with the 'fixed mode' flag enabled, and one with it disabled.
This feature is mainly a workaround to a GNOME-related bug which causes the creation of a 2nd display at the boot resolution. This 2nd display being a lower/different resolution than the native panel resolution causes severe flickering/artifacting rendering the display unusable unless this 2nd phantom display is disabled on every boot.
Change-Id: I275b5f8455fed58c0167e3a69db27bbc21577db0 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/starlabs/starlite_adl/cfr.c M src/mainboard/starlabs/starlite_adl/variants/mk_v/Makefile.mk A src/mainboard/starlabs/starlite_adl/variants/mk_v/data_native_res.vbt M src/mainboard/starlabs/starlite_adl/variants/mk_v/ramstage.c 4 files changed, 20 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/87494/2