commit | eebc3fd6510d20bd4268d7eb3290cf1c1fe72260 | [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 | f0307e1e4952c8676eb844f43975da8afa6937ef [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>