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

2024-03-05 Thread Thomas Zimmermann
Am 05.03.24 um 15:53 schrieb Lee Jones: On Tue, 05 Mar 2024, Lee Jones wrote: On Mon, 04 Mar 2024, 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 DR

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

2024-03-05 Thread Lee Jones
On Tue, 05 Mar 2024, Lee Jones wrote: > On Mon, 04 Mar 2024, 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 driv

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

2024-03-05 Thread Lee Jones
On Mon, 04 Mar 2024, 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. By > including

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

2024-03-05 Thread Lee Jones
On Mon, 04 Mar 2024 17:29:45 +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 v3 00/10] backlight: Replace struct fb_info in interfaces

2024-03-05 Thread Thomas Zimmermann
Hi Am 05.03.24 um 10:36 schrieb Lee Jones: On Mon, 04 Mar 2024, 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 impleme

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

2024-03-05 Thread Lee Jones
On Mon, 04 Mar 2024, 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. By > including

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

2024-03-04 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