commit | 710e7a4487839692cb35f5ba1c9371af0fb067b2 | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Fri Jul 28 16:17:05 2017 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Wed Aug 02 07:53:46 2017 -0400 |
tree | bf657baf537ab8f819b473581db01405b529f126 | |
parent | f54ca1a0966bcdb525aee130a043a8adbccc5cbb [diff] |
drm/msm/mdp5: Don't use mode_set helper funcs for encoders and CRTCs We shouldn't use use mode_set/mode_set_nofb helpers when we use runtime PM. The registers configured in these funcs lose their state when we eventually enable the display pipeline. Do not implement these vfuncs in the helpers, and call them in the crtc_enable/encoder_enable paths instead. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>