]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx6: set LCD x, y dimensions to 0 when disabling LCD
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 18 Apr 2016 07:33:43 +0000 (09:33 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 18 Apr 2016 07:33:43 +0000 (09:33 +0200)
Even when the LCD is disabled, the LCD framework will still clear the
video memory. This can take a cosiderable amount of time for the
maximum resolution of 16MiB that the i.MX6 supports.

Setting vl_row and vl_col to 0 results in a zero sized framebuffer
to avoid this unnecessary delay.


No differences found