Loading drivers/video/msm/mdss/mdss_mdp_overlay.c +5 −3 Original line number Diff line number Diff line Loading @@ -899,11 +899,13 @@ int mdss_mdp_overlay_kickoff(struct msm_fb_data_type *mfd) pipe->mixer = mdss_mdp_mixer_get(tmp, MDSS_MDP_MIXER_MUX_DEFAULT); } /* ensure pipes are always reconfigured after power off/on */ if (pipe->play_cnt == 0) pipe->params_changed++; if (pipe->back_buf.num_planes) { buf = &pipe->back_buf; } else if (ctl->play_cnt == 0 && pipe->front_buf.num_planes) { pipe->params_changed++; buf = &pipe->front_buf; } else if (!pipe->params_changed) { continue; } else if (pipe->front_buf.num_planes) { Loading Loading
drivers/video/msm/mdss/mdss_mdp_overlay.c +5 −3 Original line number Diff line number Diff line Loading @@ -899,11 +899,13 @@ int mdss_mdp_overlay_kickoff(struct msm_fb_data_type *mfd) pipe->mixer = mdss_mdp_mixer_get(tmp, MDSS_MDP_MIXER_MUX_DEFAULT); } /* ensure pipes are always reconfigured after power off/on */ if (pipe->play_cnt == 0) pipe->params_changed++; if (pipe->back_buf.num_planes) { buf = &pipe->back_buf; } else if (ctl->play_cnt == 0 && pipe->front_buf.num_planes) { pipe->params_changed++; buf = &pipe->front_buf; } else if (!pipe->params_changed) { continue; } else if (pipe->front_buf.num_planes) { Loading