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

Commit 35c1ee71 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: return error -E2BIG when per pipe bandwidth check fails"

parents 43d81cf3 6586b372
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ static int __mdp_pipe_tune_perf(struct mdss_mdp_pipe *pipe,
			!pipe->scale.enable_pxl_ext)
			pipe->vert_deci++;
		else
			return -EPERM;
			return -E2BIG;
	}

	return 0;