commit | 2f61a834ecfcb07f9979a94d34fcb76be4c419db | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Wed Mar 27 16:49:09 2019 -0600 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Thu Apr 11 09:46:55 2019 -0600 |
tree | 17e291c37514bd79d1bda65c2284aabd0e4f3542 | |
parent | 6e9f8d3097f7f20a83442d5d6c6895382d000cf0 [diff] |
msm: kgsl: Fix circular dependency between KGSL and devfreq If QCOM_SCM happens to not be selected we get into a funky little loop between the devfreq governor and the KGSL driver since they depend on each other. Solve it by making KGSL always use QCOM_SCM (because it does) and remove the dependency on QCOM_SCM from the governor and just let it depend entirely on KGSL. Change-Id: Ic0dedbadd703dcdb1e78a896585760132045cdf1 Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>