commit | 086b0e5ce9cf6a0842276e670f8c950aed84e6e0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 01 16:17:58 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Jan 23 17:24:54 2015 -0700 |
tree | 690d07ef3dfec2af85d4901e4e5739c62d50c1ef | |
parent | 6ceb7f0edbadd1a60e535227db3cf81606abb858 [diff] |
x86: config: Always scroll the display by 5 lines, for speed Scrolling a line at a time is very slow for reasons that I don't understand. It seems to take about 100ms to copy 4MB of RAM in the frame buffer. To cope with this, scroll 5 lines each time. Signed-off-by: Simon Glass <sjg@chromium.org>