Loading drivers/video/msm/mdss/mdss_mdp_debug.c +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/video/msm/mdss/mdss_mdp_debug.c +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading