]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00152681 - EPDC fb: Updates may be shifted right by 1 column
authorDanny Nold <dannynold@freescale.com>
Tue, 5 Jul 2011 19:26:49 +0000 (14:26 -0500)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:13 +0000 (14:09 +0200)
commite64043d66f8f75db6a7ae380a135fc9c5717edd1
treed74c919af1f35ef190602e50180c8fa379d09117
parent42f2bba16c5eedd109e71e82dbc683d307c5cbc1
ENGR00152681 - EPDC fb: Updates may be shifted right by 1 column

- Fixed PxP input left coordinate value.  Was previously being incorrectly
computed such that the value would be incorrect when using 16bpp RGB and an
X coordinate that is offset from 4-pixel alignment by 1 (e.g. x=1, x=5).
The resulting effect was that updates meeting this criteria would be
drawn to the EPD panel shifted to the right by 1 pixel.

Signed-off-by: Danny Nold <dannynold@freescale.com>
drivers/video/mxc/mxc_epdc_fb.c