]> Git Repo - J-u-boot.git/commit
video: Add helpers for vidconsole for the copy framebuffer
authorSimon Glass <[email protected]>
Fri, 3 Jul 2020 03:12:23 +0000 (21:12 -0600)
committerBin Meng <[email protected]>
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 <[email protected]>
Reviewed-by: Anatolij Gustschin <[email protected]>
Tested-by: Bin Meng <[email protected]>
drivers/video/vidconsole-uclass.c
include/video_console.h
This page took 0.034246 seconds and 4 git commands to generate.