commit | 5b7afbc1066df49777ae80aad05de46ad1266d45 | [log] [tgz] |
---|---|---|
author | Kiran Kumar H N <hurlisal@codeaurora.org> | Wed Jul 27 15:19:45 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:26:53 2011 -0700 |
tree | 127c2a9778495e55884e4c1770a58a7d2faee022 | |
parent | 9cbf523afd1bafb4a274ffe8445d112c676dce8c [diff] |
msm: camera: Change max number of application buffers allowed. During AXI configuration, the buffer addresses are stored in a msm_pmem_region array of size 16. This limits the maximum number of buffers that can be used by the application to 16. But in ZSL mode, the application can allocate more than 16 buffers. Increase the maximum number of buffers and dynamically allocate memory for this structure. Signed-off-by: Kiran Kumar H N <hurlisal@codeaurora.org>