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

2022-06-24 Thread Sam Ravnborg
On Thu, Jun 16, 2022 at 07:08:21PM +0200, Stephen Kitt wrote: > This started with work on the removal of backlight_properties' > deprecated fb_blank field, much of which can be taken care of by using > helper functions provided by backlight.h instead of directly accessing > fields in backlight_prop

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

2022-06-21 Thread Kieran Bingham
Quoting Stephen Kitt (2022-06-16 18:08:21) > This started with work on the removal of backlight_properties' > deprecated fb_blank field, much of which can be taken care of by using > helper functions provided by backlight.h instead of directly accessing > fields in backlight_properties. This patch

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

2022-06-20 Thread Laurent Pinchart
Hi Stephen, Thank you for the patch. On Thu, Jun 16, 2022 at 07:08:21PM +0200, Stephen Kitt wrote: > This started with work on the removal of backlight_properties' > deprecated fb_blank field, much of which can be taken care of by using > helper functions provided by backlight.h instead of direct