]> err.no Git - linux-2.6/commit
[PATCH] atyfb: Remove unneeded calls to wait_for_idle
authorAntonino A. Daplas <adaplas@gmail.com>
Mon, 26 Jun 2006 07:26:31 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:29 +0000 (09:58 -0700)
commit58221097a8d8aa2151a70cbf749977998bb3d815
tree46ae4968747d2edf596c440719f8b05ec67be3d4
parent72c24cc51aef31219f2e258b4dcb68e09399e040
[PATCH] atyfb: Remove unneeded calls to wait_for_idle

The drawing functions of atyfb is unecessary syncing the GPU which is
affecting performance.  Remove the calls, any direct access by fbcon to the
framebuffer will always be preceeded by a call to atyfb_sync().

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/aty/mach64_accel.c