commit | 27a4c827c34ac4256a190cc9d24607f953c1c459 | [log] [tgz] |
---|---|---|
author | Scot Doyle <lkml14@scotdoyle.com> | Thu Mar 26 13:56:38 2015 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 10 19:15:52 2015 +0200 |
tree | e69c1db12e9a59d903e4be2f215e0fd90134bedb | |
parent | bd63364caa8df38bad2b25b11b2a1b849475cce5 [diff] |
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>