Loading drivers/video/msm/mdss/mdss_mdp_intf_video.c +5 −0 Original line number Diff line number Diff line Loading @@ -192,6 +192,11 @@ static void mdss_mdp_video_intf_recovery(void *data, int event) delay = POLL_TIME_USEC_FOR_LN_CNT; while (1) { if (!ctl || !ctx || !ctx->timegen_en) { pr_warn("Target is in suspend state\n"); return; } line_cnt = mdss_mdp_video_line_count(ctl); if ((line_cnt >= min_ln_cnt) && (line_cnt < Loading Loading
drivers/video/msm/mdss/mdss_mdp_intf_video.c +5 −0 Original line number Diff line number Diff line Loading @@ -192,6 +192,11 @@ static void mdss_mdp_video_intf_recovery(void *data, int event) delay = POLL_TIME_USEC_FOR_LN_CNT; while (1) { if (!ctl || !ctx || !ctx->timegen_en) { pr_warn("Target is in suspend state\n"); return; } line_cnt = mdss_mdp_video_line_count(ctl); if ((line_cnt >= min_ln_cnt) && (line_cnt < Loading