msm: mdss: unstage pipe from right mixer in error case
Unstage pipe from right mixer also if pipe staging fails due to any error. This removes the invalid pipe usage on right mixer when source split is enabled. Change-Id: Iac8365025630b71808ea3e0f6ec849964ef52b9c Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
This commit is contained in:
parent
20a1446910
commit
37b308cea9
1 changed files with 1 additions and 0 deletions
|
@ -1263,6 +1263,7 @@ static int __overlay_queue_pipes(struct msm_fb_data_type *mfd)
|
|||
pr_warn("Unable to queue data for pnum=%d\n",
|
||||
pipe->num);
|
||||
mdss_mdp_mixer_pipe_unstage(pipe, pipe->mixer_left);
|
||||
mdss_mdp_mixer_pipe_unstage(pipe, pipe->mixer_right);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue