commit | 92e0f62ee23ac11ec8dc192d255fe85990163ae2 | [log] [tgz] |
---|---|---|
author | Jeremy Gebben <jgebben@codeaurora.org> | Tue Nov 05 10:01:15 2013 -0700 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Tue Nov 05 11:37:25 2013 -0700 |
tree | a49588cdf51179c887673c89418a1eca0e13632f | |
parent | 12cbea0036af09d26307e451c6886b62818bad18 [diff] |
msm: kgsl: manage active count in adreno_ioctl() Most of the adreno specific ioctls do not need the hardware on. The few that do are perfcounter related, it may be better at some point to optimize them further to shadow the counters when the hardware is not on rather than forcing the power on. Change-Id: I9ea83106e0aaf3d3ac8d261bdec4e4c2e21c4659 Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>