nvidiafb: adjust flags to take advantage of new scroll method
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 17 Jul 2007 11:05:25 +0000 (04:05 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:11 +0000 (10:23 -0700)
commit01b15bd4bfae794246c047b961a282e19014e240
tree4f049d33951b0fcf43ecdb91959f1cb7d2d518fe
parentbad07ff74c32829defce8c83d7ff6ea69c329441
nvidiafb: adjust flags to take advantage of new scroll method

The SCROLL_MOVE method has been optimized such that it is significantly faster
than SCROLL_REDRAW.  Adjust flags to indicate that blitting is preferred over
rendering.

Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/nvidia/nvidia.c