Re: [PATCH] drm: shmobile: Use backlight helper

2022-06-08 Thread Stephen Kitt
Hi Laurent, On Wed, 8 Jun 2022 10:08:40 +0300, Laurent Pinchart wrote: > On Tue, Jun 07, 2022 at 11:05:37PM +0200, Stephen Kitt wrote: > > On Tue, 7 Jun 2022 20:31:32 +0200, Stephen Kitt wrote: > > > backlight_properties.fb_blank is deprecated. The states it represents > > > are handled by ot

Re: [PATCH] drm: shmobile: Use backlight helper

2022-06-08 Thread Laurent Pinchart
Hi Stephen, On Tue, Jun 07, 2022 at 11:05:37PM +0200, Stephen Kitt wrote: > On Tue, 7 Jun 2022 20:31:32 +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

Re: [PATCH] drm: shmobile: Use backlight helper

2022-06-07 Thread Stephen Kitt
On Tue, 7 Jun 2022 20:31:32 +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: shmobile: 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,