]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Add helpers for vidconsole for the copy framebuffer
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2020 03:12:23 +0000 (21:12 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 9 Jul 2020 04:33:24 +0000 (12:33 +0800)
commit8c0b5d268d36b0d152bad343503e74056617ab43
treeb903c03928c2edd7f57c320f33b5dc25993236ef
parent138dfea86ff2b7eda936043b2acc734a1425aeaa
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>
drivers/video/vidconsole-uclass.c
include/video_console.h