mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Display: workaround for blue screen issue
Change-Id: Ib90dbea844125c616d595545f22b8c848b5696be Reviewed-on: http://mcrd1-5.corpnet.asus/code-review/master/68315 Reviewed-by: Yetta Wu <Yetta_Wu@asus.com> Tested-by: Yetta Wu <Yetta_Wu@asus.com> Reviewed-by: Sam hblee <Sam_hblee@asus.com>
This commit is contained in:
parent
60adb56b67
commit
f16c78bdcd
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ static int __init mipi_lg_1080P_pt_init(void)
|
|||
pinfo.mipi.eof_bllp_power_stop = TRUE; //false means keep in HS mode when vertical blank period
|
||||
pinfo.mipi.bllp_power_stop = TRUE;
|
||||
pinfo.mipi.traffic_mode = DSI_NON_BURST_SYNCH_EVENT;
|
||||
pinfo.mipi.frame_rate = 60; //should be in the range 58~62
|
||||
pinfo.mipi.frame_rate = 50; //60; //should be in the range 58~62
|
||||
pinfo.mipi.force_clk_lane_hs = 1; //1: continuous clock
|
||||
|
||||
pinfo.mipi.dst_format = DSI_VIDEO_DST_FORMAT_RGB888;
|
||||
|
|
Loading…
Reference in a new issue