Re: [PATCH] drm/bridge: parade-ps8622: Use backlight helper

2022-06-24 Thread Sam Ravnborg
On Tue, Jun 07, 2022 at 08:10:22PM +0200, Stephen Kitt wrote: > backlight_properties.fb_blank is deprecated. The states it represents > are handled by other properties; but instead of accessing those > properties directly, drivers should use the helpers provided by > backlight.h. > > Instead of re

Re: [PATCH] drm/bridge: parade-ps8622: Use backlight helper

2022-06-07 Thread Stephen Kitt
On Tue, 7 Jun 2022 20:10:22 +0200, Stephen Kitt wrote: > backlight_properties.fb_blank is deprecated. The states it represents > are handled by other properties; but instead of accessing those > properties directly, drivers should use the helpers provided by > backlight.h. Apologies for the misl

[PATCH] drm/bridge: parade-ps8622: Use backlight helper

2022-06-07 Thread Stephen Kitt
backlight_properties.fb_blank is deprecated. The states it represents are handled by other properties; but instead of accessing those properties directly, drivers should use the helpers provided by backlight.h. Instead of retrieving the backlight brightness in struct backlight_properties manually,