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

Commit be223361 authored by Ingrid Gallardo's avatar Ingrid Gallardo Committed by Gerrit - the friendly Code Review server
Browse files

msm: mdss: debug: add xin id to pipe dump



Add the xin id information on the dump of the
pipes.

Change-Id: I20d63e02d0f36f1d173185c520b7c448ead7409d
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent 1c2c6d7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1033,9 +1033,9 @@ static void __dump_pipe(struct seq_file *s, struct mdss_mdp_pipe *pipe)
	int format;
	int smps[4];

	seq_printf(s, "\nSSPP #%d type=%s ndx=%x flags=0x%08x play_cnt=%u\n",
	seq_printf(s, "\nSSPP #%d type=%s ndx=%x flags=0x%08x play_cnt=%u xin_id=%d\n",
			pipe->num, mdss_mdp_pipetype2str(pipe->type),
			pipe->ndx, pipe->flags, pipe->play_cnt);
			pipe->ndx, pipe->flags, pipe->play_cnt, pipe->xin_id);
	seq_printf(s, "\tstage=%d alpha=0x%x transp=0x%x blend_op=%d\n",
			pipe->mixer_stage, pipe->alpha,
			pipe->transp, pipe->blend_op);