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/+/87493?usp=email
to look at the new patch set (#2).
Change subject: mb/starlabs/starbook: Add CFR option to use native panel resolution ......................................................................
mb/starlabs/starbook: Add CFR option to use native panel resolution
For boards for which set the 'Fixed Mode at boot' flag in the VBT, 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: Ia75727f393744caf9062763e6118c1e2601512fa Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/starlabs/starbook/Kconfig M src/mainboard/starlabs/starbook/cfr.c M src/mainboard/starlabs/starbook/cfr.h M src/mainboard/starlabs/starbook/mainboard.c M src/mainboard/starlabs/starbook/variants/adl_n/Makefile.mk A src/mainboard/starlabs/starbook/variants/adl_n/data_native_res.vbt M src/mainboard/starlabs/starbook/variants/mtl/Makefile.mk A src/mainboard/starlabs/starbook/variants/mtl/data_native_res.vbt 8 files changed, 28 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/87493/2