commit | 3f5f9441a83eb819abf509c5fd9f570763a6fa90 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 21:12:25 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 09 12:33:24 2020 +0800 |
tree | 5fde03cc94ae71769cfeec55bdf6b9d6411ff0f3 | |
parent | 03a96ae179271f6d1f674e4957f9d7770a42995b [diff] |
video: Update truetype console to support copy buffer Update the implementation to keep a track of what it changes in the frame buffer and then tell the copy buffer about it. Use the special vidconsole_memmove() helper so that memmove() operations are also reflected in the copy buffer. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Anatolij Gustschin <agust@denx.de> Tested-by: Bin Meng <bmeng.cn@gmail.com>