summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <luchris@google.com>2022-09-06 22:43:08 +0800
committerChris Lu <luchris@google.com>2022-10-05 09:58:41 +0800
commit6a19b9d648186e8f50f5f930825c9be280a3a2e8 (patch)
treea6d9977d04fbfdb312fa3566a764dc1310399846
parent063c78db744205e0ff24e5d06679e37229143d53 (diff)
downloaddisplay-android-gs-pantah-5.10-android13-qpr1.tar.gz
Add additional codes to avoid the yellow flash while switching between OFF and AOD. Bug: 249437043 Test: no flash while switching between OFF and AOD HW signal measurement Signed-off-by: Chris Lu <luchris@google.com> Change-Id: I658df09538071ff7b75e9193140b97fd357f7c23
-rw-r--r--samsung/panel/panel-boe-nt37290.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/samsung/panel/panel-boe-nt37290.c b/samsung/panel/panel-boe-nt37290.c
index ddf6ba7..22a7875 100644
--- a/samsung/panel/panel-boe-nt37290.c
+++ b/samsung/panel/panel-boe-nt37290.c
@@ -402,6 +402,8 @@ static const struct exynos_dsi_cmd nt37290_init_cmds[] = {
EXYNOS_DSI_CMD_SEQ(0xF0, 0x55, 0xAA, 0x52, 0x08, 0x03),
EXYNOS_DSI_CMD_SEQ(0x6F, 0x12),
EXYNOS_DSI_CMD_SEQ(0xD8, 0x14),
+ EXYNOS_DSI_CMD_SEQ(0x6F, 0x34),
+ EXYNOS_DSI_CMD_SEQ(0xB6, 0x0F, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C),
/* CMD2 Page 8: IRC IP settings */
EXYNOS_DSI_CMD_SEQ_REV(PANEL_REV_DVT1, 0xF0, 0x55, 0xAA, 0x52, 0x08, 0x08),
EXYNOS_DSI_CMD_SEQ_REV(PANEL_REV_DVT1, 0x6F, 0x10),