commit | 9d69c2d9a8eb27bfa2ac0ac1a0fc779f5eccb49b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Dec 03 09:30:00 2020 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jan 05 11:54:53 2021 +0100 |
tree | 3c4e106f7c8feb888469bf5e9b46a854d8929aae | |
parent | 9de731f295c5f1aa0f55f30b076b94f9cb72428e [diff] |
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>