Loading drivers/video/msm/mdss/mdss_mdp_pipe.c +2 −2 Original line number Diff line number Diff line Loading @@ -856,9 +856,9 @@ static struct mdss_mdp_pipe *mdss_mdp_pipe_init(struct mdss_mdp_mixer *mixer, struct mdss_mdp_pipe *pool_head = pipe_pool + off; off += left_blend_pipe->priority - pool_head->priority + 1; if (off >= npipes) { pr_err("priority limitation. l_pipe:%d. no low priority %d pipe type available.\n", pr_warn("priority limitation. l_pipe:%d. no low priority %d pipe type available.\n", left_blend_pipe->num, type); return ERR_PTR(-EINVAL); return NULL; } } Loading Loading
drivers/video/msm/mdss/mdss_mdp_pipe.c +2 −2 Original line number Diff line number Diff line Loading @@ -856,9 +856,9 @@ static struct mdss_mdp_pipe *mdss_mdp_pipe_init(struct mdss_mdp_mixer *mixer, struct mdss_mdp_pipe *pool_head = pipe_pool + off; off += left_blend_pipe->priority - pool_head->priority + 1; if (off >= npipes) { pr_err("priority limitation. l_pipe:%d. no low priority %d pipe type available.\n", pr_warn("priority limitation. l_pipe:%d. no low priority %d pipe type available.\n", left_blend_pipe->num, type); return ERR_PTR(-EINVAL); return NULL; } } Loading