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

Commit f0103b23 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: clear solid fill pipe b/w vote"

parents 527501b8 c36f4d02
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -868,6 +868,10 @@ int mdss_mdp_perf_calc_pipe(struct mdss_mdp_pipe *pipe,
	perf->mdp_clk_rate = get_pipe_mdp_clk_rate(pipe, src, dst,
		fps, v_total, flags);

	if (pipe->flags & MDP_SOLID_FILL) {
		perf->bw_overlap = 0;
	}

	if (mixer->ctl->intf_num == MDSS_MDP_NO_INTF ||
		mdata->disable_prefill ||
		mixer->ctl->disable_prefill ||