commit | 58221097a8d8aa2151a70cbf749977998bb3d815 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Mon Jun 26 00:26:31 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 09:58:29 2006 -0700 |
tree | 46ae4968747d2edf596c440719f8b05ec67be3d4 | |
parent | 72c24cc51aef31219f2e258b4dcb68e09399e040 [diff] |
[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>