commit | a5a987a43f8a24592e0dcdd387dd5ae668f03410 | [log] [tgz] |
---|---|---|
author | Adrian Salido-Moreno <adrianm@codeaurora.org> | Mon Aug 13 16:46:01 2012 -0700 |
committer | Adrian Salido-Moreno <adrianm@codeaurora.org> | Fri Aug 17 13:04:51 2012 -0700 |
tree | 7a58a6fecd20d659734464daf6b30d0ca687a16c | |
parent | 184e4890a501e4e6744054c10031e259bdf1e21f [diff] |
msm: mdss: allocate framebuffer memory from ion pool When panel size is increased dma_alloc_coherent is not able to find a chunk of contiguous memory big enough to hold framebuffer, this causes framebuffer initialization to fail. Allocate buffer from ion pool which has reserved contiguous memory at earlier stage. Change-Id: Ibf7e3f7fc2c7ad991d69c106bbb6a9dd4c7f0e79 Signed-off-by: Adrian Salido-Moreno <adrianm@codeaurora.org>