Re: [PATCH 00/10] backlight: Replace struct fb_info in interfaces

2024-02-21 Thread Thomas Zimmermann
Hi Am 19.02.24 um 16:02 schrieb Lee Jones: On Thu, 15 Feb 2024, Thomas Zimmermann wrote: Hi Am 15.02.24 um 13:13 schrieb Daniel Thompson: On Mon, Feb 12, 2024 at 05:16:33PM +0100, Thomas Zimmermann wrote: Backlight drivers implement struct backlight_ops.check_fb, which uses struct fb_info

Re: [PATCH 00/10] backlight: Replace struct fb_info in interfaces

2024-02-19 Thread Lee Jones
On Thu, 15 Feb 2024, Thomas Zimmermann wrote: > Hi > > Am 15.02.24 um 13:13 schrieb Daniel Thompson: > > On Mon, Feb 12, 2024 at 05:16:33PM +0100, Thomas Zimmermann wrote: > > > Backlight drivers implement struct backlight_ops.check_fb, which > > > uses struct fb_info in its interface. Replace

Re: [PATCH 00/10] backlight: Replace struct fb_info in interfaces

2024-02-15 Thread Thomas Zimmermann
Hi Am 15.02.24 um 13:13 schrieb Daniel Thompson: On Mon, Feb 12, 2024 at 05:16:33PM +0100, Thomas Zimmermann wrote: Backlight drivers implement struct backlight_ops.check_fb, which uses struct fb_info in its interface. Replace the callback with one the does not use fb_info. In DRM, we have

Re: [PATCH 00/10] backlight: Replace struct fb_info in interfaces

2024-02-15 Thread Daniel Thompson
On Mon, Feb 12, 2024 at 05:16:33PM +0100, Thomas Zimmermann wrote: > Backlight drivers implement struct backlight_ops.check_fb, which > uses struct fb_info in its interface. Replace the callback with one > the does not use fb_info. > > In DRM, we have several drivers that implement backlight

[PATCH 00/10] backlight: Replace struct fb_info in interfaces

2024-02-12 Thread Thomas Zimmermann
Backlight drivers implement struct backlight_ops.check_fb, which uses struct fb_info in its interface. Replace the callback with one the does not use fb_info. In DRM, we have several drivers that implement backlight support. By including these drivers depend on . At the same time, fbdev is