summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Huang <kenbshuang@google.com>2023-07-26 23:49:21 +0800
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-07-27 06:33:35 +0000
commit096f0485066b7d939b1945a4e399554ea467749e (patch)
treede3c4eae07c4dd4dbeb349731401891e257ee1b9
parent559a0fce9185b5a1593c2ece743173a715b4f87f (diff)
downloadshusky-096f0485066b7d939b1945a4e399554ea467749e.tar.gz
display: bigsurf: Correct DBV command for AOD mode
Bug: 279028102 Test: check AOD Change-Id: I69d42bfa248e40da60da7af1065c2b6540c991b4 Signed-off-by: Ken Huang <kenbshuang@google.com>
-rw-r--r--display/panel-google-bigsurf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/display/panel-google-bigsurf.c b/display/panel-google-bigsurf.c
index f354717..7ca27cb 100644
--- a/display/panel-google-bigsurf.c
+++ b/display/panel-google-bigsurf.c
@@ -93,14 +93,14 @@ static const struct exynos_dsi_cmd bigsurf_lp_off_cmds[] = {
static const struct exynos_dsi_cmd bigsurf_lp_low_cmds[] = {
/* 10 nit */
- EXYNOS_DSI_CMD_SEQ(MIPI_DCS_SET_DISPLAY_BRIGHTNESS,
- 0x00, 0x00, 0x00, 0x00, 0x03, 0x33),
+ EXYNOS_DSI_CMD_SEQ(0x6F, 0x04),
+ EXYNOS_DSI_CMD_SEQ(MIPI_DCS_SET_DISPLAY_BRIGHTNESS, 0x03, 0x33),
};
static const struct exynos_dsi_cmd bigsurf_lp_high_cmds[] = {
/* 50 nit */
- EXYNOS_DSI_CMD_SEQ(MIPI_DCS_SET_DISPLAY_BRIGHTNESS,
- 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFE),
+ EXYNOS_DSI_CMD_SEQ(0x6F, 0x04),
+ EXYNOS_DSI_CMD_SEQ(MIPI_DCS_SET_DISPLAY_BRIGHTNESS, 0x0F, 0xFE),
};
static const struct exynos_binned_lp bigsurf_binned_lp[] = {