Re: [PATCH 25/26] x86: minnowmax: Enable the copy framebuffer

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:57 -0600 Simon Glass s...@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 red

[PATCH 25/26] x86: minnowmax: Enable the copy framebuffer

2020-05-19 Thread Simon Glass
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 ---