Re: [PATCH] firmware: sysfb: Fix reference count of sysfb parent device

2024-07-02 Thread Thomas Zimmermann
Hi Am 28.06.24 um 20:54 schrieb Marek Olšák: Hi Thomas, FYI, this doesn't fix the issue of lightdm not being able to start for me. Of course, that's expected. It's a different bug. Best regards Thomas Marek Marek On Tue, Jun 25, 2024 at 4:18 AM Thomas Zimmermann wrote: Retrieving the

Re: [PATCH] firmware: sysfb: Fix reference count of sysfb parent device

2024-06-28 Thread Marek Olšák
Hi Thomas, FYI, this doesn't fix the issue of lightdm not being able to start for me. Marek Marek On Tue, Jun 25, 2024 at 4:18 AM Thomas Zimmermann wrote: > > Retrieving the system framebuffer's parent device in sysfb_init() > increments the parent device's reference count. Hence release the

Re: [PATCH] firmware: sysfb: Fix reference count of sysfb parent device

2024-06-26 Thread Javier Martinez Canillas
Thomas Zimmermann writes: Hello Thomas, > Retrieving the system framebuffer's parent device in sysfb_init() > increments the parent device's reference count. Hence release the > reference before leaving the init function. > > Adding the sysfb platform device acquires and additional reference > f