Merge commit '820ccdbe30d53ab346f673ac366b7fc494606b0f' into display-kernel.lnx.11.0.r1-rel

Change-Id: Ia8874cb77378d34e9f0cc976c8f8bac177c5d18e
This commit is contained in:
V S Ganga VaraPrasad (VARA) Adabala
2025-02-14 15:01:52 +05:30
10 changed files with 95 additions and 10 deletions

View File

@@ -29,6 +29,8 @@
qcom,mdss-dsi-dma-trigger = "trigger_sw"; qcom,mdss-dsi-dma-trigger = "trigger_sw";
qcom,mdss-dsi-mdp-trigger = "none"; qcom,mdss-dsi-mdp-trigger = "none";
qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>; qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>;
qcom,mdss-pan-physical-width-dimension = <74>;
qcom,mdss-pan-physical-height-dimension = <161>;
qcom,mdss-dsi-te-pin-select = <1>; qcom,mdss-dsi-te-pin-select = <1>;
qcom,mdss-dsi-wr-mem-start = <0x2c>; qcom,mdss-dsi-wr-mem-start = <0x2c>;

View File

@@ -24,6 +24,8 @@
qcom,mdss-dsi-dma-trigger = "trigger_sw"; qcom,mdss-dsi-dma-trigger = "trigger_sw";
qcom,mdss-dsi-mdp-trigger = "none"; qcom,mdss-dsi-mdp-trigger = "none";
qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>; qcom,mdss-dsi-reset-sequence = <1 10>, <0 10>, <1 10>;
qcom,mdss-pan-physical-width-dimension = <74>;
qcom,mdss-pan-physical-height-dimension = <161>;
qcom,mdss-dsi-tx-eot-append; qcom,mdss-dsi-tx-eot-append;
qcom,adjust-timer-wakeup-ms = <1>; qcom,adjust-timer-wakeup-ms = <1>;
qcom,panel-cphy-mode; qcom,panel-cphy-mode;

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>;

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
/* /*
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
#include "dsi-panel-nt37801-dsc-wqhd-plus-cmd.dtsi" #include "dsi-panel-nt37801-dsc-wqhd-plus-cmd.dtsi"
@@ -808,6 +808,10 @@
&dsi_sharp_qhd_plus_dsc_video { &dsi_sharp_qhd_plus_dsc_video {
qcom,dsi-select-clocks = "pll_byte_clk0", "pll_dsi_clk0"; qcom,dsi-select-clocks = "pll_byte_clk0", "pll_dsi_clk0";
qcom,dsi-supported-dfps-list = <120 90 60>;
qcom,mdss-dsi-pan-enable-dynamic-fps;
qcom,mdss-dsi-pan-fps-update = "dfps_immediate_porch_mode_vfp";
qcom,mdss-dsi-display-timings { qcom,mdss-dsi-display-timings {
timing@0 { /* 120 FPS */ timing@0 { /* 120 FPS */
qcom,mdss-dsi-panel-phy-timings = [00 1a 07 06 16 15 07 qcom,mdss-dsi-panel-phy-timings = [00 1a 07 06 16 15 07

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.
*/ */
#include "trustedvm-kera-sde-display.dtsi" #include "trustedvm-kera-sde-display.dtsi"
@@ -196,3 +196,18 @@
&sde_dsi { &sde_dsi {
qcom,dsi-default-panel = <&dsi_vtdr6130_amoled_cmd>; qcom,dsi-default-panel = <&dsi_vtdr6130_amoled_cmd>;
}; };
&qupv3_se8_spi {
goodix-berlin@0 {
panel = <&dsi_vtdr6130_amoled_cmd
&dsi_vtdr6130_amoled_video
&dsi_vtdr6130_amoled_120hz_cmd
&dsi_vtdr6130_amoled_120hz_video
&dsi_vtdr6130_amoled_90hz_cmd
&dsi_vtdr6130_amoled_90hz_video
&dsi_vtdr6130_amoled_60hz_cmd
&dsi_vtdr6130_amoled_60hz_video
&dsi_vtdr6130_amoled_qsync_144hz_cmd
&dsi_vtdr6130_amoled_qsync_144hz_video>;
};
};

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.
*/ */
#include "trustedvm-kera-sde-display.dtsi" #include "trustedvm-kera-sde-display.dtsi"
@@ -154,3 +154,18 @@
&sde_dsi { &sde_dsi {
qcom,dsi-default-panel = <&dsi_vtdr6130_amoled_cmd>; qcom,dsi-default-panel = <&dsi_vtdr6130_amoled_cmd>;
}; };
&qupv3_se8_spi {
goodix-berlin@0 {
panel = <&dsi_vtdr6130_amoled_cmd
&dsi_vtdr6130_amoled_video
&dsi_vtdr6130_amoled_120hz_cmd
&dsi_vtdr6130_amoled_120hz_video
&dsi_vtdr6130_amoled_90hz_cmd
&dsi_vtdr6130_amoled_90hz_video
&dsi_vtdr6130_amoled_60hz_cmd
&dsi_vtdr6130_amoled_60hz_video
&dsi_vtdr6130_amoled_qsync_144hz_cmd
&dsi_vtdr6130_amoled_qsync_144hz_video>;
};
};

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.
*/ */
#include "trustedvm-kera-sde-display.dtsi" #include "trustedvm-kera-sde-display.dtsi"
@@ -154,3 +154,18 @@
&sde_dsi { &sde_dsi {
qcom,dsi-default-panel = <&dsi_vtdr6130_amoled_cmd>; qcom,dsi-default-panel = <&dsi_vtdr6130_amoled_cmd>;
}; };
&qupv3_se8_spi {
goodix-berlin@0 {
panel = <&dsi_vtdr6130_amoled_cmd
&dsi_vtdr6130_amoled_video
&dsi_vtdr6130_amoled_120hz_cmd
&dsi_vtdr6130_amoled_120hz_video
&dsi_vtdr6130_amoled_90hz_cmd
&dsi_vtdr6130_amoled_90hz_video
&dsi_vtdr6130_amoled_60hz_cmd
&dsi_vtdr6130_amoled_60hz_video
&dsi_vtdr6130_amoled_qsync_144hz_cmd
&dsi_vtdr6130_amoled_qsync_144hz_video>;
};
};

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.
*/ */
#include "trustedvm-tuna-sde-display.dtsi" #include "trustedvm-tuna-sde-display.dtsi"
@@ -221,3 +221,19 @@
&sde_dsi { &sde_dsi {
qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>; qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>;
}; };
&qupv3_se4_i2c {
st_fts@49 {
panel = <&dsi_nt37801_amoled_cmd
&dsi_nt37801_amoled_video
&dsi_nt37801_amoled_dsc_10b_cmd
&dsi_nt37801_amoled_dsc_10b_video
&dsi_nt37801_amoled_cmd_spr
&dsi_nt37801_amoled_vid_spr
&dsi_nt37801_amoled_qsync_cmd
&dsi_nt37801_amoled_qsync_video
&dsi_nt37801_amoled_fhd_plus_cmd
&dsi_nt37801_amoled_cmd_ddicspr
&dsi_nt37801_amoled_video_ddicspr>;
};
};

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.
*/ */
#include "trustedvm-tuna-sde-display.dtsi" #include "trustedvm-tuna-sde-display.dtsi"
@@ -154,3 +154,19 @@
&sde_dsi { &sde_dsi {
qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>; qcom,dsi-default-panel = <&dsi_nt37801_amoled_cmd>;
}; };
&qupv3_se4_i2c {
st_fts@49 {
panel = <&dsi_nt37801_amoled_cmd
&dsi_nt37801_amoled_video
&dsi_nt37801_amoled_dsc_10b_cmd
&dsi_nt37801_amoled_dsc_10b_video
&dsi_nt37801_amoled_cmd_spr
&dsi_nt37801_amoled_vid_spr
&dsi_nt37801_amoled_qsync_cmd
&dsi_nt37801_amoled_qsync_video
&dsi_nt37801_amoled_fhd_plus_cmd
&dsi_nt37801_amoled_cmd_ddicspr
&dsi_nt37801_amoled_video_ddicspr>;
};
};