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

Commit 21812107 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: Enable FBC on Layer mixer 1"

parents 813b8c76 f8314874
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1305,9 +1305,10 @@ static int mdss_mdp_ctl_fbc_enable(int enable,
		return -EINVAL;
	}

	if (mixer->num == MDSS_MDP_INTF_LAYERMIXER0)
	if (mixer->num == MDSS_MDP_INTF_LAYERMIXER0 ||
			mixer->num == MDSS_MDP_INTF_LAYERMIXER1) {
		pr_debug("Mixer supports FBC.\n");
	else {
	} else {
		pr_debug("Mixer doesn't support FBC.\n");
		return -EINVAL;
	}