Re: [PATCH v3 08/11] backlight: lcd: Replace fb events with a dedicated function call

2025-04-05 Thread Thomas Zimmermann
Hi Am 18.03.25 um 10:40 schrieb Daniel Thompson: On Thu, Mar 06, 2025 at 03:05:50PM +0100, Thomas Zimmermann wrote: Remove support for fb events from the lcd subsystem. Provide the helper lcd_notify_blank_all() instead. In fbdev, call lcd_notify_blank_all() to inform the lcd subsystem of change

Re: [PATCH v3 08/11] backlight: lcd: Replace fb events with a dedicated function call

2025-03-18 Thread Daniel Thompson
On Thu, Mar 06, 2025 at 03:05:50PM +0100, Thomas Zimmermann wrote: > Remove support for fb events from the lcd subsystem. Provide the > helper lcd_notify_blank_all() instead. In fbdev, call > lcd_notify_blank_all() to inform the lcd subsystem of changes > to a display's blank state. > > Fbdev maint

[PATCH v3 08/11] backlight: lcd: Replace fb events with a dedicated function call

2025-03-06 Thread Thomas Zimmermann
Remove support for fb events from the lcd subsystem. Provide the helper lcd_notify_blank_all() instead. In fbdev, call lcd_notify_blank_all() to inform the lcd subsystem of changes to a display's blank state. Fbdev maintains a list of all installed notifiers. Instead of fbdev notifiers, maintain a