Loading drivers/video/msm/mdss/mdss_mdp_intf_cmd.c +5 −1 Original line number Diff line number Diff line Loading @@ -3019,7 +3019,11 @@ int mdss_mdp_cmd_stop(struct mdss_mdp_ctl *ctl, int panel_power_state) ctx->intf_stopped = 0; if (sctx) sctx->intf_stopped = 0; /* * Tearcheck was disabled while entering LP2 state. * Enable it back to allow updates in LP1 state. */ mdss_mdp_tearcheck_enable(ctl, true); goto end; } } Loading Loading
drivers/video/msm/mdss/mdss_mdp_intf_cmd.c +5 −1 Original line number Diff line number Diff line Loading @@ -3019,7 +3019,11 @@ int mdss_mdp_cmd_stop(struct mdss_mdp_ctl *ctl, int panel_power_state) ctx->intf_stopped = 0; if (sctx) sctx->intf_stopped = 0; /* * Tearcheck was disabled while entering LP2 state. * Enable it back to allow updates in LP1 state. */ mdss_mdp_tearcheck_enable(ctl, true); goto end; } } Loading