From 09992b738b4328c5ee9d17f7f7e515a5d343a73c Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Mon, 13 May 2024 17:24:10 +0800 Subject: [PATCH] ARM: dts: msm: update panel-roi-alignment for dsi_sim_cmd on sun target Update height alignments from 20 to 40 for HD 60FPS cmd mode to match DSC slice settings. The roi height and width alignment must be integral multiple of DSC slice height and width. Change-Id: I127af4c4e6a453757f60677bac787cd4bd4b6d07 Signed-off-by: Lei Chen --- display/sun-sde-display.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display/sun-sde-display.dtsi b/display/sun-sde-display.dtsi index 5fcf1262..4ca8588d 100644 --- a/display/sun-sde-display.dtsi +++ b/display/sun-sde-display.dtsi @@ -270,7 +270,7 @@ }; timing@3 { /* HD 60FPS cmd mode*/ - qcom,panel-roi-alignment = <360 20 360 20 360 20>; + qcom,panel-roi-alignment = <360 40 360 40 360 40>; qcom,partial-update-enabled = "single_roi"; }; };