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

Commit 5df7373e 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: add flush bit and nrt vbif in xlog"

parents 3f0d348f 8e1cb2c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1032,6 +1032,7 @@ static int mdss_mdp_debug_init(struct platform_device *pdev,
		"qcom,regs-dump-names-mdp");

	mdss_debug_register_io("vbif", &mdata->vbif_io, NULL);
	mdss_debug_register_io("vbif_nrt", &mdata->vbif_nrt_io, NULL);

	return 0;
}
+1 −0
Original line number Diff line number Diff line
@@ -4381,6 +4381,7 @@ int mdss_mdp_display_commit(struct mdss_mdp_ctl *ctl, void *arg,
			sctl_flush_bits);
		sctl->flush_bits = 0;
	}
	MDSS_XLOG(ctl_flush_bits, sctl_flush_bits);
	wmb();
	ctl->flush_reg_data = ctl_flush_bits;
	ctl->flush_bits = 0;