commit | 7981394e550094bbbb2eb5e62065fa14c2ca77b0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 13 14:22:06 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 25 17:59:31 2016 -0700 |
tree | 2adb318ec5d29dc46d1cb5c97a0fed5476ae50a6 | |
parent | 28f98858759f546afc21f852f556ac648c08089f [diff] |
video: Use cache-alignment in video_sync() Sometimes the frame buffer is not a multiple of the cache line size. Adjust the cache-flushing code to avoid cache warnings/errors in this case. Signed-off-by: Simon Glass <sjg@chromium.org>