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

Commit ea268d3a 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: optimize bw vote for above 720p video playback"

parents ab8263a0 c3083f9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -475,8 +475,8 @@ int mdp3_calc_ppp_res(struct msm_fb_data_type *mfd, struct blit_req_list *lreq)
		mdp3_get_bpp_info(req->src.format, &bpp);

		if ((bpp.bpp_pln == 1 || req->src.format == MDP_YCRYCB_H2V1) &&
			req->src_rect.w >= 1920 && req->src_rect.h >= 1080) {
			/* Above 1080p only 30fps video plaback is supported */
			req->src_rect.w >= 1280 && req->src_rect.h >= 720) {
			/* Above 720p only 30fps video plaback is supported */
			fps = 30;
		} else {
			/**