Re: [PATCH 01/10] backlight: Match backlight device against struct fb_info.bl_dev

2024-02-20 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Hi > > Am 20.02.24 um 10:17 schrieb Javier Martinez Canillas: >> Thomas Zimmermann writes: >> >> Hello Thomas, >> >>> Framebuffer drivers for devices with dedicated backlight are supposed >>> to set struct fb_info.bl_dev to the backlight's respective device. Use >>> t

Re: [PATCH 01/10] backlight: Match backlight device against struct fb_info.bl_dev

2024-02-20 Thread Thomas Zimmermann
Hi Am 20.02.24 um 10:17 schrieb Javier Martinez Canillas: Thomas Zimmermann writes: Hello Thomas, Framebuffer drivers for devices with dedicated backlight are supposed to set struct fb_info.bl_dev to the backlight's respective device. Use the value to match backlight and framebuffer in the b

Re: [PATCH 01/10] backlight: Match backlight device against struct fb_info.bl_dev

2024-02-20 Thread Javier Martinez Canillas
Thomas Zimmermann writes: Hello Thomas, > Framebuffer drivers for devices with dedicated backlight are supposed > to set struct fb_info.bl_dev to the backlight's respective device. Use > the value to match backlight and framebuffer in the backlight core code. > > Signed-off-by: Thomas Zimmermann

Re: [PATCH 01/10] backlight: Match backlight device against struct fb_info.bl_dev

2024-02-15 Thread Daniel Thompson
On Mon, Feb 12, 2024 at 05:16:34PM +0100, Thomas Zimmermann wrote: > Framebuffer drivers for devices with dedicated backlight are supposed > to set struct fb_info.bl_dev to the backlight's respective device. Use > the value to match backlight and framebuffer in the backlight core code. > > Signed-o

[PATCH 01/10] backlight: Match backlight device against struct fb_info.bl_dev

2024-02-12 Thread Thomas Zimmermann
Framebuffer drivers for devices with dedicated backlight are supposed to set struct fb_info.bl_dev to the backlight's respective device. Use the value to match backlight and framebuffer in the backlight core code. Signed-off-by: Thomas Zimmermann --- drivers/video/backlight/backlight.c | 9 +