x86: coreboot: Enable VIDEO_COPY

At least on modern machines the write-back mechanism for the frame buffer
is quite slow when scrolling, since it must read the entire frame buffer
and write it back.

Enable the VIDEO_COPY feature to resolve this problem.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Simon Glass
2023-09-19 21:00:11 -06:00
committed by Bin Meng
parent 85c35c794e
commit 3fef0def84
4 changed files with 15 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
};
coreboot-fb {
bootph-some-ram;
compatible = "coreboot-fb";
};
};