commit | b46f4157ba20f9d66c0cf9cf6d8e456a4934a9c3 | [log] [tgz] |
---|---|---|
author | Jeremy Gebben <jgebben@codeaurora.org> | Fri Oct 14 14:27:00 2011 -0600 |
committer | Linux Build Service Account <lnxbuild@localhost> | Sat Oct 15 00:19:20 2011 -0600 |
tree | 101db434ce900e155246321700b6dc1e0f4a2c7b | |
parent | 1f2e5afe7bacb21fc9788bdd441b5311cb8c193f [diff] |
msm: kgsl: fix 2d kgsl_pwrctrl_irq() call The call to turn on the 2d irq from z180_start() would have no effect because it was using the wrong flag. The offending flags, which should only be used from within kgsl_pwrctrl.c for setting bits in struct kgsl_pwrctrl.power_flags are also moved to the .c file to avoid problems like this in the future. Change-Id: Ied48c5f3b4860d55b2c0b7019ba50ed22d7f6bc1 Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>