Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +2 −1 Original line number Diff line number Diff line Loading @@ -4364,7 +4364,8 @@ int mdss_mdp_ctl_reset(struct mdss_mdp_ctl *ctl, bool is_recovery) if (mixer) { mdss_mdp_pipe_reset(mixer, is_recovery); if (is_dual_lm_single_display(ctl->mfd)) if (is_dual_lm_single_display(ctl->mfd) && ctl->mixer_right) mdss_mdp_pipe_reset(ctl->mixer_right, is_recovery); } Loading Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +2 −1 Original line number Diff line number Diff line Loading @@ -4364,7 +4364,8 @@ int mdss_mdp_ctl_reset(struct mdss_mdp_ctl *ctl, bool is_recovery) if (mixer) { mdss_mdp_pipe_reset(mixer, is_recovery); if (is_dual_lm_single_display(ctl->mfd)) if (is_dual_lm_single_display(ctl->mfd) && ctl->mixer_right) mdss_mdp_pipe_reset(ctl->mixer_right, is_recovery); } Loading