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

Commit 6e5876ed authored by Padmanabhan Komanduru's avatar Padmanabhan Komanduru Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Set LOSSY_RGB_THD to 0 for JDI 4K panel



The documentation from JDI claims that the following setting is in
effect: LOSSY_RGB_THD=4. Actually it is set by default on the
DDIC as: LOSSY_RGB_THD=0

We need to set LOSSY_RGB_THD=0 on the AP side as well for the
compression-decompression to match.

Change-Id: I9fd7a3b156680678fbeeab296255d565b3561736
Signed-off-by: default avatarPadmanabhan Komanduru <pkomandu@codeaurora.org>
parent bdac6adb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,6 +83,6 @@
		qcom,mdss-dsi-fbc-h-line-budget = <1200>;
		qcom,mdss-dsi-fbc-lossless-threshold = <0x200>;
		qcom,mdss-dsi-fbc-lossy-threshold = <192>;
		qcom,mdss-dsi-fbc-rgb-threshold = <4>;
		qcom,mdss-dsi-fbc-rgb-threshold = <0>;
	};
};