ARM: dts: msm: update qsync min fps support for nt37801 vid mode panel

This change updates qsync min refresh rate support from 80Hz to 90Hz
for nt37801 video mode panel.

Change-Id: Id3db122e121b59163e16e7413cc7be1256c3f397
Signed-off-by: Jinfeng Gu <quic_gjinfeng@quicinc.com>
Signed-off-by: lnxdisplay <lnxdisplay@localhost>
This commit is contained in:
Jinfeng Gu
2025-01-20 15:24:10 +08:00
committed by lnxdisplay
parent a8dacd8902
commit 88e82855ef
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* /*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
&mdss_mdp { &mdss_mdp {
@@ -37,7 +37,7 @@
qcom,mdss-dsi-wr-mem-start = <0x2c>; qcom,mdss-dsi-wr-mem-start = <0x2c>;
qcom,mdss-dsi-wr-mem-continue = <0x3c>; qcom,mdss-dsi-wr-mem-continue = <0x3c>;
qcom,qsync-enable; qcom,qsync-enable;
qcom,mdss-dsi-qsync-min-refresh-rate = <80>; qcom,mdss-dsi-qsync-min-refresh-rate = <90>;
qcom,mdss-dsi-display-timings { qcom,mdss-dsi-display-timings {
timing@0 { timing@0 {
cell-index = <0>; cell-index = <0>;

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* /*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
&mdss_mdp { &mdss_mdp {
@@ -34,7 +34,7 @@
qcom,mdss-dsi-wr-mem-continue = <0x3c>; qcom,mdss-dsi-wr-mem-continue = <0x3c>;
qcom,spr-pack-type = "pentile"; qcom,spr-pack-type = "pentile";
qcom,qsync-enable; qcom,qsync-enable;
qcom,mdss-dsi-qsync-min-refresh-rate = <80>; qcom,mdss-dsi-qsync-min-refresh-rate = <90>;
qcom,mdss-dsi-panel-hdr-enabled; qcom,mdss-dsi-panel-hdr-enabled;
qcom,mdss-dsi-panel-hdr-color-primaries = <15150 15750 34250 qcom,mdss-dsi-panel-hdr-color-primaries = <15150 15750 34250
15700 12250 35800 6750 2550>; 15700 12250 35800 6750 2550>;