RE: EXTERNAL: Re: [PATCH v2 6/6] backlight: Remove fb_blank from struct backlight_properties

2024-03-20 Thread FLAVIO SULIGOI
HI Thomas, ... > >> Remove the field fb_blank from struct backlight_properties and remove > >> all code that still sets or reads it. Backlight blank status is now > >> tracked exclusively in struct backlight_properties.state. > >> > >> The core backlight code keeps the fb_blank and state fields in

Re: [PATCH v2 6/6] backlight: Remove fb_blank from struct backlight_properties

2024-03-20 Thread Thomas Zimmermann
Hi Am 20.03.24 um 09:46 schrieb FLAVIO SULIGOI: Hi Thomas, ... Remove the field fb_blank from struct backlight_properties and remove all code that still sets or reads it. Backlight blank status is now tracked exclusively in struct backlight_properties.state. The core backlight code keeps the

RE: [PATCH v2 6/6] backlight: Remove fb_blank from struct backlight_properties

2024-03-20 Thread FLAVIO SULIGOI
Hi Thomas, ... > Remove the field fb_blank from struct backlight_properties and remove all > code that still sets or reads it. Backlight blank status is now tracked > exclusively > in struct backlight_properties.state. > > The core backlight code keeps the fb_blank and state fields in sync, but