mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm_fb: display: adjust refx100 parameter to avoid tearing
refx100 is used to calculate how many mdp_vsync clocks to complete one line in the panel. This info is used by mdp h/w to sync data transfer between mdp h/w and command mode panel to avoid tearing. CRs-fixed: 379223 Change-Id: I3880a350b77cb8165745ea343b1525e84100a62d Signed-off-by: Huaibin Yang <huaibiny@codeaurora.org>
This commit is contained in:
parent
85209e27f6
commit
f53299b815
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static int __init mipi_cmd_novatek_blue_qhd_pt_init(void)
|
|||
pinfo.is_3d_panel = FB_TYPE_3D_PANEL;
|
||||
pinfo.lcd.vsync_enable = TRUE;
|
||||
pinfo.lcd.hw_vsync_mode = TRUE;
|
||||
pinfo.lcd.refx100 = 6000; /* adjust refx100 to prevent tearing */
|
||||
pinfo.lcd.refx100 = 6200; /* adjust refx100 to prevent tearing */
|
||||
pinfo.lcd.v_back_porch = 11;
|
||||
pinfo.lcd.v_front_porch = 10;
|
||||
pinfo.lcd.v_pulse_width = 5;
|
||||
|
|
Loading…
Reference in a new issue