Re: [PATCH v2 3/6] backlight: omap1: Replace FB_BLANK_ states with simple on/off
From: Daniel Thompson <hidden>
Date: 2024-03-19 15:25:20
Also in:
dri-devel, linux-staging
From: Daniel Thompson <hidden>
Date: 2024-03-19 15:25:20
Also in:
dri-devel, linux-staging
On Tue, Mar 19, 2024 at 10:37:22AM +0100, Thomas Zimmermann wrote:
The backlight is on for fb_blank eq FB_BLANK_UNBLANK, or off for any other value in fb_blank. But the field fb_blank in struct backlight_properties is deprecated and should not be used any longer. Replace the test for fb_blank in omap's backlight code with a simple boolean parameter and push the test into the update_status helper. Instead of reading fb_blank directly, decode the backlight device's status with backlight_is_blank(). Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Dan Carpenter <redacted>
Reviewed-by: Daniel Thompson <redacted> Daniel.