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

Commit 6090ea3a authored by Zhiqiang Liu's avatar Zhiqiang Liu Committed by Gerrit - the friendly Code Review server
Browse files

dts: sa8195: fix display can't work in DP_MST mode



KMS driver reported that "unable to find appropriate mixers"
when work in DP_MST mode, and there have two primary layer
mixers in dts. It can be fixed by to modify the secondary
layer mixer's preference to "none" to meet DP's requirement.

Change-Id: I3f1356bef7b2159ce3fcb6c151cd4ec906559008
Signed-off-by: default avatarZhiqiang Liu <zhiqliu@codeaurora.org>
parent b10aaf58
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -300,5 +300,9 @@
};

&mdss_mdp {
	qcom,sde-ctl-display-pref = "primary", "none", "none",
				"none", "none";
	qcom,sde-mixer-display-pref = "primary", "none", "none",
				"none", "none", "none";
	connectors = <&dsi_dp1 &dsi_dp2 &sde_dp &sde_wb>;
};