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

Commit e20fbd57 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: reduce the bandwidth request calls by mdp3"

parents a7be63e8 7dde1c3e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -454,6 +454,10 @@ int mdp3_calc_ppp_res(struct msm_fb_data_type *mfd, struct blit_req_list *lreq)
		ATRACE_END(__func__);
		return 0;
	}
	if (lreq->req_list[0].flags & MDP_SOLID_FILL) {
		/* Do not update BW for solid fill */
		return 0;
	}

	/* Set FPS to mipi rate as currently there is no way to get this */
	fps = panel_info->mipi.frame_rate;