commit | 7d70116fc752a2b97a67ee839be16239074614ce | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 13 20:29:46 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 27 17:03:16 2021 -0500 |
tree | 5e6d60b7c4659a4ba0795d565844e6373ea87f9e | |
parent | 02d7a53ce6e31dc8f9f45949209468c16a025638 [diff] |
video: Allow syncing the entire framebuffer to the copy In some cases so much of the framebuffer is updated that it is not worth copying the changes piece by piece to the copy framebuffer. Add a function to copy the whole thing. Signed-off-by: Simon Glass <sjg@chromium.org>