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:
yetta_wu 2013-04-17 16:30:25 +08:00 committed by Iliyan Malchev
parent 9f9cd0842e
commit 61bc49f42b

View file

@ -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},
};