]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fbdev: Remove software clipping from drawing functions
authorAntonino A. Daplas <adaplas@gmail.com>
Mon, 7 Nov 2005 09:00:39 +0000 (01:00 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:51 +0000 (07:53 -0800)
commitb75e10360804d229d8757b1dca6e27194a3a2482
tree9d1acb46481ba54827463ae2d8f79821d5119953
parent8d2a6dc8ee3ee2a27cbd044221864e9735f1ae3d
[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 <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/cfbcopyarea.c
drivers/video/cfbfillrect.c
drivers/video/cfbimgblt.c