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

2024-03-22 Thread Lee Jones
On Thu, 21 Mar 2024, Lee Jones wrote: > On Thu, 21 Mar 2024, Lee Jones wrote: > > > On Tue, 05 Mar 2024 17:22:33 +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 > > > t

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

2024-03-21 Thread Lee Jones
On Thu, 21 Mar 2024, Lee Jones wrote: > On Tue, 05 Mar 2024 17:22:33 +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 > > that does not use fb_info. > > > > In DRM, we have

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

2024-03-21 Thread Lee Jones
On Tue, 05 Mar 2024 17:22:33 +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 > that does not use fb_info. > > In DRM, we have several drivers that implement backlight support. B

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

2024-03-13 Thread Lee Jones
On Wed, 13 Mar 2024, Uwe Kleine-König wrote: > Hello Thomas, > > On Tue, Mar 05, 2024 at 05:22: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 > > that does not use fb

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

2024-03-12 Thread Uwe Kleine-König
Hello Thomas, On Tue, Mar 05, 2024 at 05:22: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 > that does not use fb_info. > > In DRM, we have several drivers that implement

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

2024-03-05 Thread Thomas Zimmermann
Backlight drivers implement struct backlight_ops.check_fb, which uses struct fb_info in its interface. Replace the callback with one that 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 depre