Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d04977cf authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: avoid check for MDP line count during fps update"

parents b77f7d45 b016fdea
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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) {