]> git.dujemihanovic.xyz Git - 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, 5 Jan 2021 10:54:53 +0000 (11:54 +0100)
commit9d69c2d9a8eb27bfa2ac0ac1a0fc779f5eccb49b
tree3c4e106f7c8feb888469bf5e9b46a854d8929aae
parent9de731f295c5f1aa0f55f30b076b94f9cb72428e
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>
drivers/video/video-uclass.c
include/video.h