commit | 5ee3921e4cd1cf5f06ec2888c55fe33fe7cb8b46 | [log] [tgz] |
---|---|---|
author | Laura Abbott <lauraa@codeaurora.org> | Tue Oct 11 10:12:40 2011 -0700 |
committer | Laura Abbott <lauraa@codeaurora.org> | Sat Oct 15 11:59:11 2011 -0700 |
tree | be3b1dbb618dd994038d6cd1bc563bf44f63b882 | |
parent | 3ce4a81bc3dd15cbb371246ad0daa909346ff0bd [diff] |
gpu: ion: Actually return aligned memory Currently, the ion allocation API takes an alignment argument. This alignment argument is currently ignored everywhere. The system heaps cannot support the alignment argument, but carveout heaps can. Add support for carveout heaps to give back aligned memory. Change-Id: Ic4cff37a7de51e1c85e273c2589958f7f13c33c9 Signed-off-by: Laura Abbott <lauraa@codeaurora.org>