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

Commit 8e1cb2c8 authored by Dhaval Patel's avatar Dhaval Patel
Browse files

msm: mdss: add flush bit and nrt vbif in xlog



Add xlog for ctl flush bit configuration and
non realtime vbif debug node.

Change-Id: Ife7790286e16291067da3b295ecc1d035bf71fd6
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 3fa5fcfd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1036,6 +1036,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;