]> www.infradead.org Git - users/jedix/linux-maple.git/commit
backlight: lcd: Move event handling into helpers
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 21 Mar 2025 09:54:00 +0000 (10:54 +0100)
committerLee Jones <lee@kernel.org>
Thu, 10 Apr 2025 09:39:09 +0000 (10:39 +0100)
commite98696cea7e289447a5d2328546b947629301616
treeb7b2ad56f8ef1e9afbd9bb718ffd49b49f31fe18
parentb01beb2f1f6bcda17634a5b529865ffc5a9b795f
backlight: lcd: Move event handling into helpers

Move the handling of display updates to separate helper functions.
There is code for handling fbdev blank events and fbdev mode changes.
The code currently runs from fbdev event notifiers, which will be
replaced.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: "Daniel Thompson (RISCstar)" <danielt@kernel.org>
Acked-by: Simona Vetter <simona.vetter@ffwll.ch>
Link: https://lore.kernel.org/r/20250321095517.313713-8-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/lcd.c