From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 17:54:07 +0200 Subject: [PATCH 24/26] x86: chromebook_link: Enable the copy framebuffer In-Reply-To: <20200519231058.19945-25-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-25-sjg@chromium.org> Message-ID: <20200522175407.287b583b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 19 May 2020 17:10:56 -0600 Simon Glass sjg at chromium.org wrote: > 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 Reviewed-by: Anatolij Gustschin