]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fbcon: use the cursor blink interval provided by vt
authorScot Doyle <lkml14@scotdoyle.com>
Thu, 26 Mar 2015 13:56:38 +0000 (13:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 17:15:52 +0000 (19:15 +0200)
commit27a4c827c34ac4256a190cc9d24607f953c1c459
treee69c1db12e9a59d903e4be2f215e0fd90134bedb
parentbd63364caa8df38bad2b25b11b2a1b849475cce5
fbcon: use the cursor blink interval provided by vt

vt now provides a cursor blink interval via vc_data. Use this
interval instead of the currently hardcoded 200 msecs. Store it in
fbcon_ops to avoid locking the console in cursor_timer_handler().

Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/console/fbcon.c
drivers/video/console/fbcon.h