Loading drivers/video/msm/mdss/mdss_mdp_intf_video.c +5 −3 Original line number Diff line number Diff line Loading @@ -967,9 +967,11 @@ static int mdss_mdp_video_config_fps(struct mdss_mdp_ctl *ctl, mdss_mdp_clk_ctrl(MDP_BLOCK_POWER_ON); spin_lock_irqsave(&ctx->dfps_lock, flags); if (mdata->mdp_rev < MDSS_MDP_HW_REV_105) { rc = mdss_mdp_video_dfps_check_line_cnt(ctl); if (rc < 0) goto exit_dfps; } rc = mdss_mdp_video_fps_update(ctx, pdata, new_fps); if (rc < 0) { Loading Loading
drivers/video/msm/mdss/mdss_mdp_intf_video.c +5 −3 Original line number Diff line number Diff line Loading @@ -967,9 +967,11 @@ static int mdss_mdp_video_config_fps(struct mdss_mdp_ctl *ctl, mdss_mdp_clk_ctrl(MDP_BLOCK_POWER_ON); spin_lock_irqsave(&ctx->dfps_lock, flags); if (mdata->mdp_rev < MDSS_MDP_HW_REV_105) { rc = mdss_mdp_video_dfps_check_line_cnt(ctl); if (rc < 0) goto exit_dfps; } rc = mdss_mdp_video_fps_update(ctx, pdata, new_fps); if (rc < 0) { Loading