Files
linux/drivers
Mikulas Patocka 6b0df6827b tgafb: fix data copying
The functions for data copying copyarea_foreward_8bpp and
copyarea_backward_8bpp are buggy, they produce screen corruption.

This patch fixes the functions and moves the logic to one function
"copyarea_8bpp". For simplicity, the function only handles copying that
is aligned on 8 pixes. If we copy an unaligned area, generic function
cfb_copyarea is used.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2014-02-11 15:01:04 +02:00
..
2014-02-09 15:21:16 -05:00
2014-01-12 23:48:18 +01:00
2014-01-15 14:51:22 -08:00
2013-12-20 08:49:17 -08:00
2014-02-11 15:01:04 +02:00