commit | d1a5d3c133a07d6035b9f97a6315afed7d73514a | [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 | 3c0b668f6672334a68be83cde9aaabf0e87a31e9 [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>