]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/mdp5: fixup "drm/msm: fix fallout of atomic dpms changes"
authorStephane Viau <sviau@codeaurora.org>
Fri, 20 Feb 2015 17:40:58 +0000 (12:40 -0500)
committerRob Clark <robdclark@gmail.com>
Wed, 4 Mar 2015 23:23:38 +0000 (18:23 -0500)
commit6bde046391826cf4af35dc4588899cff6d01a7d3
treee03ff87f5268c36ce12f06dcc3958be7ef2a7754
parent93f3e4581752f2a364a624c9f85e6dec36625185
drm/msm/mdp5: fixup "drm/msm: fix fallout of atomic dpms changes"

Commit d76a112a45b8 ("drm/msm: fix fallout of atomic dpms
changes") has a typo in both mdp5_encoder_helper_funcs and
mdp5_crtc_helper_funcs definitions:

.dpms entry should be replaced by .disable and .enable

Also fixed a typo in mdp5_encoder_enable().

Note that these typos are only present for MDP5. MDP4 is fine.

Signed-off-by: Stephane Viau <sviau@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c
drivers/gpu/drm/msm/mdp/mdp5/mdp5_encoder.c