commit | 7637edb842b57747e0fe4426a95909b17ca4a514 | [log] [tgz] |
---|---|---|
author | Maheshwar Ajja <majja@codeaurora.org> | Thu Nov 28 05:52:08 2013 +0530 |
committer | Maheshwar Ajja <majja@codeaurora.org> | Wed Dec 04 18:10:16 2013 +0530 |
tree | e607a2e69cdb45a198dc97678593bf12ead897fb | |
parent | 3b6a76c7fdd1cd56e932693fc492877ef175f960 [diff] |
msm: vidc: Fix cache invalidation issue - Cache invalidation is being skipped out on all output buffers except first buffer due to NULL buffer handle in case of all output buffers are allocated as single chunk. - This change fixes the issue by properly assigning the buffer handle for all output buffers. CRs-Fixed: 581806 Change-Id: I415c3cc0ef9d82ea3c97ea618babbfbfc9f36f8b Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>