commit | bfad056e62cdc78901a2c16136f52d998cd57fae | [log] [tgz] |
---|---|---|
author | Arun Menon <avmenon@codeaurora.org> | Thu Oct 03 16:15:47 2013 -0700 |
committer | Arun Menon <avmenon@codeaurora.org> | Mon Oct 21 18:19:12 2013 -0700 |
tree | c5d086f9d06e6c281d655dd41b43b8e57dd6c353 | |
parent | ffd889ee71c5913025a15998c6aba82177e60576 [diff] |
msm: vidc: flush dynamic output buffers in reconfig In dynamic buffer mode, if driver receives a flush during reconfig, it should release all buffers held in the kernel and not queued to firmware. Without this change, the buffers held in the kernel do not get flushed and video client hangs waiting for release of output buffer. Change-Id: I39bc31bda755947dec0db8a55583da8ad5b21678 Signed-off-by: Arun Menon <avmenon@codeaurora.org>