From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 17:52:33 +0200 Subject: [PATCH 23/26] x86: chromebook_samus: Enable the copy framebuffer In-Reply-To: <20200519231058.19945-24-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-24-sjg@chromium.org> Message-ID: <20200522175233.52591c6c@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:55 -0600 Simon Glass sjg at chromium.org wrote: > Update the video driver to support this feature and enable it on samus. > 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 430ms to 12ms. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin