]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Call video_sync in video_clear()
authorMichal Simek <michal.simek@xilinx.com>
Tue, 15 Dec 2020 14:12:09 +0000 (15:12 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 5 Jan 2021 10:54:53 +0000 (11:54 +0100)
commit5337663e5beb47e6dfe757417452a9e5de8128a1
tree19d6f66ebd5f7119eca1d146e60f9ddddc79e004
parentb66d7af41f333f3fc960a18714d25474c512bcaa
video: Call video_sync in video_clear()

There is a need to call sync when anybody asking for clearing display.
For example via cls command.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/video-uclass.c