commit | 64709686dbb38f32045e117ec5a1aaf2e3a0a3c4 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Mon May 07 16:47:50 2018 -0600 |
committer | Rob Clark <robdclark@gmail.com> | Wed Jul 25 07:51:04 2018 -0400 |
tree | 4c6f5211241f5e4be919412125cdd34de00a214f | |
parent | 6666e1a66f92988e8c85a7ac0c34f47dc7d412a0 [diff] |
drm/msm/gpu: Increase the pm runtime autosuspend for 5xx Experimentation shows that resuming power quickly after suspending ends up forcing a system hang for unknown reasons on 5xx targets. To avoid cycling the power too much (especially during init) turn up the autosuspend time for a5xx to 250ms and use pm_runtime_put_autosuspend() when applicable. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>