Skip to content

Commit

Permalink
ARM64: j11: dts: rework hbm commands
Browse files Browse the repository at this point in the history
* Restore the stock ELVSS commands and only delay HBM ON/OFF, delaying and shrinking ELVSS will cause color distortion
  • Loading branch information
Official-Ayrton990 committed Jun 3, 2022
1 parent 3c81001 commit 06f5580
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions arch/arm64/boot/dts/vendor/qcom/dsi-panel-j11-38-08-0a-fhd-cmd.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -262,18 +262,21 @@
mi,mdss-dsi-doze-lbm-command-state = "dsi_lp_mode";

qcom,mdss-dsi-dispparam-hbm-fod-on-command = [
39 00 00 00 10 00 03 F0 5A 5A
39 00 00 00 10 00 02 B0 03
39 00 00 00 10 00 02 B7 C9
39 00 00 00 10 00 03 F0 A5 A5
39 01 00 00 10 00 02 53 E0];
39 00 00 00 00 00 03 F0 5A 5A
/* elvss dimming off */
39 00 00 00 00 00 02 B0 07
39 00 00 00 00 00 02 B7 51
39 01 00 00 00 00 03 F0 A5 A5
/* HBM on */
39 01 00 00 05 00 02 53 E0];
qcom,mdss-dsi-dispparam-hbm-fod-on-command-state = "dsi_hs_mode";
qcom,mdss-dsi-dispparam-hbm-fod-off-command = [
39 00 00 00 10 00 03 F0 5A 5A
39 00 00 00 10 00 02 B0 03
39 00 00 00 10 00 02 B7 C9
39 00 00 00 10 00 03 F0 A5 A5
39 01 00 00 10 00 02 53 20];
15 01 00 00 00 00 02 53 20
39 00 00 00 00 00 03 F0 5A 5A
/* elvss dimming on */
39 00 00 00 00 00 02 B0 07
39 00 00 00 00 00 02 B7 D1
39 01 00 00 05 00 03 F0 A5 A5];
qcom,mdss-dsi-dispparam-hbm-fod-off-command-state = "dsi_hs_mode";

mi,mdss-dsi-hbm-off-command = [
Expand Down

0 comments on commit 06f5580

Please sign in to comment.