commit | d3fa91c90931e6f3b26f7acbac84b44c6756fa08 | [log] [tgz] |
---|---|---|
author | Sharat Masetty <smasetty@codeaurora.org> | Thu Oct 04 15:11:40 2018 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Thu Oct 04 09:14:20 2018 -0400 |
tree | 83e74d8540c47035fd7c40b6dfd950e6b66a29dc | |
parent | bdacdcf20bb5373fb81ba842d36f0b41a7be69b1 [diff] |
drm/msm: suspend devfreq on init Devfreq turns on and starts recommending power level as soon as it is initialized. The GPU is still not powered on by the time the devfreq init happens and this leads to problems on GPU's where register access is needed to get/set power levels. So we start suspended and only restart devfreq when GPU is powered on. Signed-off-by: Sharat Masetty <smasetty@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>