Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fafbc521 authored by Dhaval Patel's avatar Dhaval Patel
Browse files

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: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent d3e85426
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1270,6 +1270,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);
		}
	}