Loading drivers/video/fbdev/msm/mdss_mdp_intf_video.c +3 −1 Original line number Diff line number Diff line Loading @@ -1809,7 +1809,9 @@ int mdss_mdp_video_reconfigure_splash_done(struct mdss_mdp_ctl *ctl, mdss_mdp_video_timegen_flush(ctl, sctx); /* wait for 1 VSYNC for the pipe to be unstaged */ msleep(20); mdss_mdp_video_wait4comp(ctl, NULL); if (sctl) mdss_mdp_video_wait4comp(sctl, NULL); ret = mdss_mdp_ctl_intf_event(ctl, MDSS_EVENT_CONT_SPLASH_FINISH, NULL, Loading Loading
drivers/video/fbdev/msm/mdss_mdp_intf_video.c +3 −1 Original line number Diff line number Diff line Loading @@ -1809,7 +1809,9 @@ int mdss_mdp_video_reconfigure_splash_done(struct mdss_mdp_ctl *ctl, mdss_mdp_video_timegen_flush(ctl, sctx); /* wait for 1 VSYNC for the pipe to be unstaged */ msleep(20); mdss_mdp_video_wait4comp(ctl, NULL); if (sctl) mdss_mdp_video_wait4comp(sctl, NULL); ret = mdss_mdp_ctl_intf_event(ctl, MDSS_EVENT_CONT_SPLASH_FINISH, NULL, Loading