[PATCH] fbcon: Remove cursor timer if unused
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 3 Oct 2006 08:14:48 +0000 (01:14 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:10 +0000 (08:04 -0700)
commit212f26398f63bc905ea28f55b31d4ecd4a21a33b
tree011d7f2032fbd23a0da204efcf31508b64220475
parente299dd4d7c5f38a24045e0578049d872b62f21eb
[PATCH] fbcon: Remove cursor timer if unused

Remove the cursor timer (cursor flashing) on the following conditions:

- if vc is in KD_GRAPHICS mode, ie, when X owns the console
- if vc is blanked

This misbehavior was exposed by Dave Jones.

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/console/fbcon.c