Loading drivers/video/msm/mdss/mdss_mdp_pipe.c +1 −1 Original line number Diff line number Diff line Loading @@ -536,7 +536,7 @@ static struct mdss_mdp_pipe *mdss_mdp_pipe_init(struct mdss_mdp_mixer *mixer, pipe = mdata->dma_pipes + mixer->num; if (pipe->mixer->type != MDSS_MDP_MIXER_TYPE_WRITEBACK) return NULL; mdss_mdp_pipe_map(pipe); atomic_inc(&pipe->ref_cnt); pr_debug("pipe sharing for pipe=%d\n", pipe->num); } else { pr_err("no %d type pipes available\n", type); Loading Loading
drivers/video/msm/mdss/mdss_mdp_pipe.c +1 −1 Original line number Diff line number Diff line Loading @@ -536,7 +536,7 @@ static struct mdss_mdp_pipe *mdss_mdp_pipe_init(struct mdss_mdp_mixer *mixer, pipe = mdata->dma_pipes + mixer->num; if (pipe->mixer->type != MDSS_MDP_MIXER_TYPE_WRITEBACK) return NULL; mdss_mdp_pipe_map(pipe); atomic_inc(&pipe->ref_cnt); pr_debug("pipe sharing for pipe=%d\n", pipe->num); } else { pr_err("no %d type pipes available\n", type); Loading