Im thinking its kernel related. There's a 'fix' in the 3.0 kernels that fixes overlay hangs. I was trying to build the p930 cm kernel but it kept failing, now im working on the backport of the said fix, and KGSL backport. I'm close, errors still but more manageable.
Update: So close to getting our kernel with KGSL and Overlay Hang fix backported to build. I keep getting
Code:
drivers/gpu/msm/kgsl.c:52: warning: 'kgsl_ion_client' defined but not used
error, forbidden warning: kgsl.c:52
Which apparently means that
Code:
warning: 'kgsl_ion_client' defined but not used
is a 'forbidden warning'. I have no idea what the hell that means/whats involved in fixing that.
TL;DR: I *think* I'm close