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

Commit 796d604a 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: Fix AVR flush for split control path"

parents 7a1822a4 664f3d4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -449,7 +449,7 @@ static void mdss_mdp_video_avr_vtotal_setup(struct mdss_mdp_ctl *ctl,
		if (sctl)
			sctx = (struct mdss_mdp_video_ctx *)
				sctl->intf_ctx[MASTER_CTX];
		mdss_mdp_video_timegen_flush(ctl, ctx);
		mdss_mdp_video_timegen_flush(ctl, sctx);

		MDSS_XLOG(pinfo->min_fps, pinfo->default_fps, avr_vtotal);
	}