commit | 4b612e89ff32517a81c166807d6cc7a81141917a | [log] [tgz] |
---|---|---|
author | Shubhraprakash Das <sadas@codeaurora.org> | Tue Nov 05 09:51:09 2013 -0700 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Tue Nov 05 11:37:13 2013 -0700 |
tree | 557223a68ece6383f9e2b3f241047ba55cef761c | |
parent | aadea8efc3a0cf1b8ef58febb25943d7c70c159a [diff] |
msm: kgsl: Call adreno_init only once on startup The adreno_init function initializes things that need to be initialized only once on the first start up. After that until the device is removed the adreno_init function does not need to called again. Make changes to execute this function just once until the device is removed. Change-Id: I1bd18dd9ec70146dc74da1ee9ad1186576344309 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>