mbox series

[0/6] fbcon: Fix 'cursor_blink' sysfs attribute

Message ID 20240923155749.30846-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series fbcon: Fix 'cursor_blink' sysfs attribute | expand

Message

Ville Syrjälä Sept. 23, 2024, 3:57 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Make the 'cursor_blink' sysfs attribute actually usable from
udev rules. I also took the opportinity to some cleanups t
the code after getting annoyed by it.

Ville Syrjälä (6):
  fbcon: Make cursor_blink=0 work when configured before fb devices
    appear
  fbcon: Add sysfs attributes before registering the device
  fbcon: fbcon_cursor_noblink -> fbcon_cursor_blink
  fbcon: fbcon_is_inactive() -> fbcon_is_active()
  fbcon: Introduce get_{fg,bg}_color()
  fbcon: Use 'bool' where appopriate

 drivers/video/fbdev/core/fbcon.c | 180 ++++++++++++-------------------
 1 file changed, 69 insertions(+), 111 deletions(-)