]> git.karo-electronics.de Git - karo-tx-linux.git/commit
video: fbdev: fix sys_copyarea
authorMans Rullgard <mans@mansr.com>
Thu, 22 Jan 2015 01:19:49 +0000 (01:19 +0000)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Jan 2015 07:46:59 +0000 (09:46 +0200)
commitee06bd155b081a1895f995ec2777094c7e746152
treef3577ee2e9491e286a16d384eb50d206b527974f
parent6984330a13efff2e5385c612b6fc2b3b38103be1
video: fbdev: fix sys_copyarea

The sys_copyarea() function performs the same operation as
cfb_copyarea() but using normal memory access instead of I/O
accessors.  Since the introduction of sys_copyarea(), there
have been two fixes to cfb_copyarea():

00a9d699 ("framebuffer: fix cfb_copyarea")
5b789da8 ("framebuffer: fix screen corruption when copying")

This patch incorporates the fixes into sys_copyarea() as well.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/core/syscopyarea.c