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

Commit 46627e71 authored by Krishna Chaitanya Devarakonda's avatar Krishna Chaitanya Devarakonda
Browse files

ARM: dts: msm: update 4k panel roi alignment for msm8996



The panel roi height should be a multiple of DSC slice height.
If there is a mismatch, it could lead to pingpong timeouts.
Updating the panel roi alignment for Sharp 4k panel.

Change-Id: Ie6db99c5e374cc8924ee682738e78c64ffa79b37
Signed-off-by: default avatarKrishna Chaitanya Devarakonda <kdevarak@codeaurora.org>
parent 48f705c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,partial-update-enabled;
	/* panel supports slice height of 8/16/32/48/3840 */
	qcom,panel-roi-alignment = <1080 8 1080 8 1080 8>;
	qcom,panel-roi-alignment = <1080 32 1080 32 1080 32>;
};

&dsi_nt35597_dsc_video {