From: Antonino A. Daplas Date: Mon, 7 Nov 2005 09:00:39 +0000 (-0800) Subject: [PATCH] fbdev: Remove software clipping from drawing functions X-Git-Tag: v2.6.15-rc1~550 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d8aea6d66aabc1d79aaeb1ecc90562abb8f575;p=pandora-kernel.git [PATCH] fbdev: Remove software clipping from drawing functions Remove software clipping from imageblit, fillrect and copyarea. Clipping is not needed because the console layer assures that reads/writes doest not happen beyond the extents of the framebuffer. And software clipping tends to hide bugs, if they do exist. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed