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

Commit 7e5b411a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: fix single layer vote for pipe staged at higher levels"

parents d21f97b7 5678ee24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ static inline bool mdss_mdp_is_single_pipe_per_mixer(
	int cnt = 0;
	int i;

	for (i = 0; i < MDSS_MDP_MAX_STAGE; i++) {
	for (i = 0; i < MAX_PIPES_PER_LM; i++) {
		struct mdss_mdp_pipe *pipe = mixer->stage_pipe[i];
		if (pipe) {
			cnt++;