commit | 25f64a50c52e1ee9bde4f507aab1178b1343dede | [log] [tgz] |
---|---|---|
author | Praneeth Paladugu <ppaladug@codeaurora.org> | Tue Feb 26 19:00:39 2013 -0800 |
committer | Praneeth Paladugu <ppaladug@codeaurora.org> | Tue Feb 26 21:59:14 2013 -0800 |
tree | 6e93b15592082f1c63958695570bc98dc281a91b | |
parent | d06060a650c6ff18d44f0e3e8f234ff2902923a2 [diff] |
msm: vidc: Flush cached video buffers before they are set on firmware Same memory region might be allocated as cached by other processes before it was allocated by video. Such memory can get flushed while video hardware is accessing them causing artifacts. Explicit flush in such cases, as recommended by kernel memory team, avoids such issues. Change-Id: Ic7edbee7ee9278c6431a8ae97bc6e4d1222896a9 Signed-off-by: Praneeth Paladugu <ppaladug@codeaurora.org>