diff options
| author | Ingrid Gallardo <ingridg@codeaurora.org> | 2015-11-10 10:13:17 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:14:36 -0700 |
| commit | e5793411eeb131ddb2b4674fbf2d60caaf8853c2 (patch) | |
| tree | a49dc17fe1e9c53177e0192a11c0528881ce41ba | |
| parent | 5b6725448a58eb13754c64c40648d86c8ea2f4bf (diff) | |
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: Ingrid Gallardo <ingridg@codeaurora.org>
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/fbdev/msm/mdss_mdp_debug.c b/drivers/video/fbdev/msm/mdss_mdp_debug.c index 2e654e187ed2..390d307d7414 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_debug.c +++ b/drivers/video/fbdev/msm/mdss_mdp_debug.c @@ -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); |
