From: Mans Rullgard Date: Thu, 22 Jan 2015 01:19:49 +0000 (+0000) Subject: video: fbdev: fix sys_copyarea X-Git-Tag: fixes-v4.0-rc1~145^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee06bd155b081a1895f995ec2777094c7e746152;p=pandora-kernel.git 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 Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed