Re: [PATCH 2/4] fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()

2024-01-02 Thread Thomas Zimmermann
Hi Helge Am 30.12.23 um 09:35 schrieb Helge Deller: Hi Thomas, On 12/20/23 14:22, Thomas Zimmermann wrote: Allocate stifb's instance of fb_info with framebuffer_alloc(). This is the preferred way of creating fb_info with associated driver data stored in struct fb_info.par. Requires several,

Re: [PATCH 2/4] fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()

2023-12-30 Thread Helge Deller
Hi Thomas, On 12/20/23 14:22, Thomas Zimmermann wrote: Allocate stifb's instance of fb_info with framebuffer_alloc(). This is the preferred way of creating fb_info with associated driver data stored in struct fb_info.par. Requires several, but minor, changes through out the driver's code. The

[PATCH 2/4] fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()

2023-12-20 Thread Thomas Zimmermann
Allocate stifb's instance of fb_info with framebuffer_alloc(). This is the preferred way of creating fb_info with associated driver data stored in struct fb_info.par. Requires several, but minor, changes through out the driver's code. The intended side effect of this patch is that the new