Re: [PATCH 0/3] drm/vc4: hdmi: Interrupt fixes

2021-07-15 Thread Maxime Ripard
On Wed, Jul 07, 2021 at 11:05:12AM +0100, Dave Stevenson wrote: > Hi Maxime > > On Wed, 7 Jul 2021 at 10:51, Maxime Ripard wrote: > > > > Hi, > > > > Those are three fixes for race conditions we currently have in the vc4 HDMI > > driver with regard to the interrupts handling. > > > > The first tw

Re: [PATCH 0/3] drm/vc4: hdmi: Interrupt fixes

2021-07-07 Thread Dave Stevenson
Hi Maxime On Wed, 7 Jul 2021 at 10:51, Maxime Ripard wrote: > > Hi, > > Those are three fixes for race conditions we currently have in the vc4 HDMI > driver with regard to the interrupts handling. > > The first two are fixing an issue where the handler will be removed by devm > after the resource

[PATCH 0/3] drm/vc4: hdmi: Interrupt fixes

2021-07-07 Thread Maxime Ripard
Hi, Those are three fixes for race conditions we currently have in the vc4 HDMI driver with regard to the interrupts handling. The first two are fixing an issue where the handler will be removed by devm after the resources it uses have been free'd already. The last one is there to deal with an i