From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 17:56:13 +0200 Subject: [PATCH 25/26] x86: minnowmax: Enable the copy framebuffer In-Reply-To: <20200519231058.19945-26-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-26-sjg@chromium.org> Message-ID: <20200522175613.20a1f9a2@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:57 -0600 Simon Glass sjg at chromium.org wrote: > Update the video driver to support this feature and enable it on > minnowmax 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 over 13 seconds to > 300ms, at 1280x1024. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin