commit | d2e06f70a67b9109ae51613dddb2b5ef74cbca3a | [log] [tgz] |
---|---|---|
author | Terence Hampson <thampson@codeaurora.org> | Tue Nov 05 11:08:48 2013 -0500 |
committer | Terence Hampson <thampson@codeaurora.org> | Fri Nov 08 13:29:32 2013 -0500 |
tree | 11dc9171e4d057f54afea429d38618d5ffc74ac9 | |
parent | de96e609ca811d895f30ed6ba6759fdfd5aae16a [diff] |
msm: mdp3: move mdp_overlay variable from stack to heap We are moving struct mdp_overlay variable from stack to heap since mdp_overlay size increase significantly recently. There was a warning from compiler saying that frame size is larger than 1024 bytes, which is resolved with this patch. Similar change is present in mdss code. Change-Id: Ib19fb63596f095a5a6b2be9b10b5eeb04542449f Signed-off-by: Terence Hampson <thampson@codeaurora.org>