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

Commit a9a5b4df authored by Ramakant Singh's avatar Ramakant Singh
Browse files

msm: mdss: Fix systrace issue in ppp



Systrace is broken due to conditional check
for solid_fill in ppp resource calculation.

Change-Id: I22d65ed1e40c2b2f146c03aac3432693248e36ee
Signed-off-by: default avatarRamakant Singh <ramaka@codeaurora.org>
parent 7dde1c3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -456,6 +456,7 @@ int mdp3_calc_ppp_res(struct msm_fb_data_type *mfd, struct blit_req_list *lreq)
	}
	if (lreq->req_list[0].flags & MDP_SOLID_FILL) {
		/* Do not update BW for solid fill */
		ATRACE_END(__func__);
		return 0;
	}