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
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
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