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:
Iliyan Malchev 2012-10-01 14:04:44 -07:00
parent 990fed5756
commit 0d312d6ec3

View file

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