commit | f91c14ab448af4d9d57350301dd9d6b6a7b6128a | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Wed Jan 10 10:41:54 2018 -0700 |
committer | Rob Clark <robdclark@gmail.com> | Wed Jan 10 14:30:03 2018 -0500 |
tree | 4f66782c3d2ee03e302557d40a55499fed4bdc72 | |
parent | c09513cfebd8d936a7aed3c0302104fb47a4a03a [diff] |
drm/msm: Add devfreq support for the GPU Add support for devfreq to dynamically control the GPU frequency. By default try to use the 'simple_ondemand' governor which can adjust the frequency based on GPU load. v2: Fix __aeabi_uldivmod issue from the 0 day bot and use devfreq_recommended_opp() as suggested by Rob. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>