diff mbox series

[v3,2/4] coral: Enable the copy framebuffer

Message ID 20200709184306.v3.2.I3e81a998a5c2bf40acec6502d07b40c0a37274ff@changeid
State Superseded
Headers show
Series [v3,1/4] timer: Allow delays with a 32-bit microsecond timer | expand

Commit Message

Simon Glass July 10, 2020, 12:43 a.m. UTC
Enable this feature on chromebook_coral to speed up the display.

With this change, the time taken to print the environment to the display
without CONFIG_CONSOLE_SCROLL_LINES is reduced from 1830ms to 62ms.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 configs/chromebook_coral_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Bin Meng July 13, 2020, 2:16 a.m. UTC | #1
On Fri, Jul 10, 2020 at 8:49 AM Simon Glass <sjg at chromium.org> wrote:
>
> Enable this feature on chromebook_coral to speed up the display.
>
> With this change, the time taken to print the environment to the display
> without CONFIG_CONSOLE_SCROLL_LINES is reduced from 1830ms to 62ms.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>  configs/chromebook_coral_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

applied to u-boot-x86, thanks!
diff mbox series

Patch

diff --git a/configs/chromebook_coral_defconfig b/configs/chromebook_coral_defconfig
index ef3a03ba5a..d06fa9aa48 100644
--- a/configs/chromebook_coral_defconfig
+++ b/configs/chromebook_coral_defconfig
@@ -95,6 +95,7 @@  CONFIG_TPM2_CR50_I2C=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_KEYBOARD=y
+CONFIG_VIDEO_COPY=y
 CONFIG_SPL_FS_CBFS=y
 # CONFIG_SPL_USE_TINY_PRINTF is not set
 CONFIG_TPL_USE_TINY_PRINTF=y