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

Commit 5c22c447 authored by Vishnuvardhan Prodduturi's avatar Vishnuvardhan Prodduturi
Browse files

msm: mdss: Increase Bandwidth fudge factor for msm8916.



With current fudge factor of 1.2, underruns are observed
in some use cases. Fix the issue by increasing
fudge factor to 2.

Change-Id: Idd6c6c9e27957243a1d78ae33b04d5615a04126c
Signed-off-by: default avatarVishnuvardhan Prodduturi <vproddut@codeaurora.org>
parent 27a70795
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

		/* Fudge factors */
		qcom,mdss-ab-factor = <1 1>;		/* 1 time    */
		qcom,mdss-ib-factor = <6 5>;		/* 1.2 times  */
		qcom,mdss-ib-factor = <2 1>;		/* 2 times  */
		qcom,mdss-clk-factor = <105 100>;	/* 1.05 times */
		qcom,max-bandwidth-low-kbps = <1100000>;
		qcom,max-bandwidth-high-kbps = <1100000>;