On Tue, Jun 07, 2022 at 08:55:16PM +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 manually checking the power state in struct > backlight_properties, use backlight_is_blank(). > > Signed-off-by: Stephen Kitt <st...@sk2.org> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: "Noralf Trønnes" <nor...@tronnes.org> > Cc: Thomas Zimmermann <tzimmerm...@suse.de> > Cc: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Cc: Javier Martinez Canillas <javi...@redhat.com> > Cc: Len Baker <len.ba...@gmx.com> > Cc: dri-devel@lists.freedesktop.org > Cc: linux-fb...@vger.kernel.org > Cc: linux-stag...@lists.linux.dev
Reviewed-by: Daniel Thompson <daniel.thomp...@linaro.org> Daniel.