commit | 8c0b5d268d36b0d152bad343503e74056617ab43 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 21:12:23 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 09 12:33:24 2020 +0800 |
tree | b903c03928c2edd7f57c320f33b5dc25993236ef | |
parent | 138dfea86ff2b7eda936043b2acc734a1425aeaa [diff] |
video: Add helpers for vidconsole for the copy framebuffer Add a convenience function to call video_sync_copy() for a vidconsole. Also add a memmove() helper, which does the memmove() as well as the sync. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Anatolij Gustschin <agust@denx.de> Tested-by: Bin Meng <bmeng.cn@gmail.com>