mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Revert "mako: display: change color value to displayed in case of underflow"
Reverting this change allows display underflows to cause flashes of blue, which will help prove that underflows are occurring. This reverts commit e6f596dbcd307e33e4e4842914a027c7f7138bd9.
This commit is contained in:
parent
990fed5756
commit
0d312d6ec3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ static int __init mipi_video_lgit_wxga_pt_init(void)
|
|||
pinfo.lcdc.v_front_porch = 8;
|
||||
pinfo.lcdc.v_pulse_width = 2;
|
||||
pinfo.lcdc.border_clr = 0; /* blk */
|
||||
pinfo.lcdc.underflow_clr = 0x0; /* black */
|
||||
pinfo.lcdc.underflow_clr = 0xff; /* blue */
|
||||
pinfo.lcdc.hsync_skew = 0;
|
||||
pinfo.bl_max = 0x71;
|
||||
pinfo.bl_min = 0;
|
||||
|
|
Loading…
Reference in a new issue