commit | eb4d9f1d0cf833b01df751172d579576dc974b69 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 21:12:35 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 09 12:33:24 2020 +0800 |
tree | 26fb9a88d3e2d60c165474b5de746c75b8a35436 | |
parent | 2781e6851ecf78f39e0899c6823e3c09f35ddcb3 [diff] |
chromebook_link: Enable the copy framebuffer Update the video driver to support this feature and enable it on link. Also remove the multi-line scrolling since normal scrolling is fast enough now. With this change, the time taken to print the environment to the display without CONFIG_CONSOLE_SCROLL_LINES is reduced from about 930ms to 29ms. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>