commit | 3c352b66905b29689bbf1c8e3722c26de65f086d | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Fri Oct 20 08:17:43 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Oct 28 14:02:55 2017 -0400 |
tree | 0fd334c58df836153125aa504c075b2280398b61 | |
parent | a055cf3a972e6a01933f9dfde564f5de944adde0 [diff] |
drm/msm/mdp5: don't use autosuspend It's only likely to paper over bugs. Unlike the gpu, where we want to keep things alive a bit longer in expectation of the next frame's submit, when the display is shut down we can power off immediately. Signed-off-by: Rob Clark <robdclark@gmail.com> Acked-by: Archit Taneja <architt@codeaurora.org>