commit | 5505df643c77d0f49a93a966fba1ff1d1fd5db8b | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Fri Jun 14 10:57:02 2013 -0600 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Thu Jun 27 18:09:15 2013 -0600 |
tree | 2f2fea64cafc7d34cd0618ed439f23f3cd113605 | |
parent | 32f9c9af1335b121f4e1857ff61e85cffb27a1a6 [diff] |
msm: kgsl: Restrict allocated memory alignment to a max of 2^31 The GPU memory allocation flags allow 8 bits of space to specify a power of 2 aligment for the allocated memory block. Cap the actual alignment to 2^31 since any value more than that will have unintended effects on a 32 bit system. Change-Id: Ic0dedbadd42a9a886b8bfada0c7d415caaed65de Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>