Re: [PATCH v3 3/5] fbdev: Restart conflicting fb removal loop when unregistering devices

2022-04-25 Thread Javier Martinez Canillas
Hello Thomas, Thanks for the feedback. On 4/25/22 10:27, Thomas Zimmermann wrote: > Hi > > Am 20.04.22 um 10:53 schrieb Javier Martinez Canillas: >> Drivers that want to remove registered conflicting framebuffers prior to >> register their own framebuffer, calls remove_conflicting_framebuffers()

Re: [PATCH v3 3/5] fbdev: Restart conflicting fb removal loop when unregistering devices

2022-04-25 Thread Thomas Zimmermann
Hi Am 20.04.22 um 10:53 schrieb Javier Martinez Canillas: Drivers that want to remove registered conflicting framebuffers prior to register their own framebuffer, calls remove_conflicting_framebuffers(). This function takes the registration_lock mutex, to prevent a races when drivers register f

[PATCH v3 3/5] fbdev: Restart conflicting fb removal loop when unregistering devices

2022-04-20 Thread Javier Martinez Canillas
Drivers that want to remove registered conflicting framebuffers prior to register their own framebuffer, calls remove_conflicting_framebuffers(). This function takes the registration_lock mutex, to prevent a races when drivers register framebuffer devices. But if a conflicting framebuffer device i