]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: Introduce video_sync operation
authorMichal Simek <michal.simek@xilinx.com>
Thu, 3 Dec 2020 08:30:00 +0000 (09:30 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 2 Feb 2021 11:31:28 +0000 (12:31 +0100)
commita5a01595dfa75695bbf07417ed71085022bd0061
treefd5722582f43ec40df1167536939915e1d688f9e
parente5a1350c5a03d3bf447398755500cff86cc85c7f
video: Introduce video_sync operation

Some drivers like LCD connected via SPI requires explicit sync function
which copy framebuffer content over SPI to controller to display.
This hook doesn't exist yet that's why introduce it via video operations.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
State: upstream (9d69c2d9a8eb27bfa2ac0ac1a0fc779f5eccb49b)
drivers/video/video-uclass.c
include/video.h