Skip to content
Snippets Groups Projects
Commit 26aad364 authored by m00389129's avatar m00389129 Committed by y00230200
Browse files

lcd: add reliability plan when the screen can't be turned back to unblank mode


    set 0x13 cmd to set panel to normal mode when refresh the panel whatever the all pixel off bit was set or not.

Signed-off-by: default avatarm00389129 <m00389129@notesmail.huawei.com>
parent c6b244b6
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@
15 01 00 00 00 00 02 53 20
15 01 00 00 00 00 02 51 00
05 01 00 00 78 00 02 11 00
05 01 00 00 00 00 02 13 00/*normal mode*/
05 01 00 00 00 00 02 29 00
];
qcom,mdss-dsi-off-command = [05 01 00 00 00 00 02 28 00
......@@ -69,6 +70,7 @@
qcom,mdss-dsi-idle-on-command-state = "dsi_hs_mode";
qcom,mdss-dsi-idle-off-command = [
15 01 00 00 00 00 02 FE 00
05 01 00 00 00 00 02 13 00/*normal mode*/
05 01 00 00 00 00 02 38 00/*Idle Mode Off*/
];
qcom,mdss-dsi-idle-off-command-state = "dsi_hs_mode";
......
......@@ -59,6 +59,7 @@
39 01 00 00 00 00 05 2B 00 00 01 85
15 01 00 00 00 00 02 53 20
05 01 00 00 80 00 02 11 00
05 01 00 00 00 00 02 13 00/*normal mode*/
05 01 00 00 00 00 02 29 00];
qcom,mdss-dsi-off-command = [05 01 00 00 00 00 02 28 00
05 01 00 00 78 00 02 10 00
......@@ -73,6 +74,7 @@
qcom,mdss-dsi-idle-on-command-state = "dsi_hs_mode";
qcom,mdss-dsi-idle-off-command = [
15 01 00 00 00 00 02 fe 00
05 01 00 00 00 00 02 13 00/*normal mode*/
15 01 00 00 00 00 02 38 00/*Idle Mode Off*/
];
qcom,mdss-dsi-idle-off-command-state = "dsi_hs_mode";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment