tgafb: fix data copying
authorMikulas Patocka <mpatocka@redhat.com>
Thu, 23 Jan 2014 19:43:10 +0000 (14:43 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 May 2014 11:59:45 +0000 (13:59 +0200)
commit0c6859c7f5b26fc236d301563dd5b3d5945cf557
tree6bad50387d2d8b648a22b419332d52873953b01d
parent83fa27bdb9ed1dee900b21ffc9c75f2f2906d141
tgafb: fix data copying

commit 6b0df6827bb6fcacb158dff29ad0a62d6418b534 upstream.

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>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/tgafb.c