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

Commit ebeec9a5 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 color fill call if flag is not set"

parents 5f6a347c 22e46dc4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1350,6 +1350,11 @@ static int __overlay_queue_pipes(struct msm_fb_data_type *mfd)
		} else {
			pr_debug("no buf detected pnum=%d use solid fill\n",
					pipe->num);
			if ((pipe->flags & MDP_SOLID_FILL) == 0) {
				pr_warn("commit without buffer on pipe %d\n",
					pipe->num);
				ret = -EINVAL;
			}
			buf = NULL;
		}