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

Commit 27c150fd 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: avoid overlay queue for a dirty pipe"

parents 3ca6a171 f7c01f9b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2027,6 +2027,11 @@ static int mdss_mdp_overlay_queue(struct msm_fb_data_type *mfd,
		return -ENODEV;
	}

	if (pipe->dirty) {
		pr_warn("dirty pipe, will not queue pipe pnum=%d\n", pipe->num);
		return -ENODEV;
	}

	ret = mdss_mdp_pipe_map(pipe);
	if (IS_ERR_VALUE(ret)) {
		pr_err("Unable to map used pipe%d ndx=%x\n",