mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
display: JDI: shorten power on timing
no delay after command sending done Change-Id: Icf3a8a3ccd2527083c3922cbec739023a2302095 Signed-off-by: yetta_wu <yetta_wu@asus.com>
This commit is contained in:
parent
9f9cd0842e
commit
61bc49f42b
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ static struct dsi_cmd_desc JDI_display_on_cmds[] = {
|
|||
sizeof(set_page_addr), set_page_addr},
|
||||
{DTYPE_DCS_WRITE, 1, 0, 0, 120,
|
||||
sizeof(exit_sleep), exit_sleep},
|
||||
{DTYPE_DCS_WRITE, 1, 0, 0, 50,
|
||||
{DTYPE_DCS_WRITE, 1, 0, 0, 0,
|
||||
sizeof(display_on), display_on},
|
||||
};
|
||||
|
||||
|
@ -138,7 +138,7 @@ static struct dsi_cmd_desc JDI_display_on_cmds_command_bl[] = {
|
|||
sizeof(set_page_addr), set_page_addr},
|
||||
{DTYPE_DCS_WRITE, 1, 0, 0, 120,
|
||||
sizeof(exit_sleep), exit_sleep},
|
||||
{DTYPE_DCS_WRITE, 1, 0, 0, 50,
|
||||
{DTYPE_DCS_WRITE, 1, 0, 0, 0,
|
||||
sizeof(display_on), display_on},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue