Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +1 −1 Original line number Diff line number Diff line Loading @@ -2682,7 +2682,7 @@ int mdss_mdp_display_wakeup_time(struct mdss_mdp_ctl *ctl, pinfo->lcdc.v_pulse_width + pinfo->yres; if (current_line > total_line) if (current_line >= total_line) time_to_vsync = time_of_line * total_line; else time_to_vsync = time_of_line * (total_line - current_line); Loading Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +1 −1 Original line number Diff line number Diff line Loading @@ -2682,7 +2682,7 @@ int mdss_mdp_display_wakeup_time(struct mdss_mdp_ctl *ctl, pinfo->lcdc.v_pulse_width + pinfo->yres; if (current_line > total_line) if (current_line >= total_line) time_to_vsync = time_of_line * total_line; else time_to_vsync = time_of_line * (total_line - current_line); Loading