]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00229291 EPDC: MX6: Treat fully-collided VOID update as a collision
authorMichael Minnick <michael.minnick@freescale.com>
Fri, 12 Oct 2012 18:52:36 +0000 (13:52 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:34 +0000 (08:35 +0200)
commit419faff552ce6481ef5757a03741b36e2d9a69b2
tree350e64a6ea7baf5b7d7ea938ee02cd349058d239
parent2e7b00261f1bb1b4949be087310574fbd658392b
ENGR00229291 EPDC: MX6: Treat fully-collided VOID update as a collision

The EPDC set the UPD_VOID (i.e. cancelled) bit in two cases:
1. No pixels needed updating
2. All pixels collided (COL bit also set)
The driver was miss-handling case 2. This fix causes case 2
to be treated as a collision and the update to be resubmitted.

Signed-off-by: Michael Minnick <michael.minnick@freescale.com>
drivers/video/mxc/mxc_epdc_fb.c