From ce9d76b093c844a5e698dbba164bc024b16778da Mon Sep 17 00:00:00 2001 From: Devin Kim Date: Wed, 12 Sep 2012 20:39:31 -0700 Subject: [PATCH] mako: display: disable LP stop mode Enabling LP stop flag caused flicking or after image. Change-Id: I91066bebc3b4c5277ef524435615c1b8bde70e80 --- drivers/video/msm/mipi_lgit_video_wxga_pt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/video/msm/mipi_lgit_video_wxga_pt.c b/drivers/video/msm/mipi_lgit_video_wxga_pt.c index 84dba9c97fa..c366a17a867 100644 --- a/drivers/video/msm/mipi_lgit_video_wxga_pt.c +++ b/drivers/video/msm/mipi_lgit_video_wxga_pt.c @@ -76,7 +76,7 @@ static int __init mipi_video_lgit_wxga_pt_init(void) pinfo.mipi.hbp_power_stop = FALSE; pinfo.mipi.hsa_power_stop = FALSE; - pinfo.mipi.eof_bllp_power_stop = TRUE; + pinfo.mipi.eof_bllp_power_stop = FALSE; pinfo.mipi.bllp_power_stop = TRUE; pinfo.mipi.traffic_mode = DSI_NON_BURST_SYNCH_EVENT; pinfo.mipi.dst_format = DSI_VIDEO_DST_FORMAT_RGB888; @@ -89,6 +89,7 @@ static int __init mipi_video_lgit_wxga_pt_init(void) pinfo.mipi.t_clk_post = 0x22; pinfo.mipi.t_clk_pre = 0x36; pinfo.clk_rate = 470360000; + pinfo.mipi.esc_byte_ratio = 6; pinfo.mipi.frame_rate = 60; pinfo.mipi.stream = 0; pinfo.mipi.mdp_trigger = 0;