Re: [PATCH v2 2/7] drm: mxsfb: Simplify LCDIF IRQ handling

2022-04-16 Thread Marek Vasut
On 4/7/22 10:01, Lucas Stach wrote: Am Donnerstag, dem 07.04.2022 um 00:03 +0200 schrieb Marek Vasut: On 4/6/22 21:41, Lucas Stach wrote: Am Freitag, dem 11.03.2022 um 18:05 +0100 schrieb Marek Vasut: The call to drm_crtc_vblank_off(&lcdif->crtc); disables IRQ generation from the LCDIF block a

Re: [PATCH v2 2/7] drm: mxsfb: Simplify LCDIF IRQ handling

2022-04-07 Thread Lucas Stach
Am Donnerstag, dem 07.04.2022 um 00:03 +0200 schrieb Marek Vasut: > On 4/6/22 21:41, Lucas Stach wrote: > > Am Freitag, dem 11.03.2022 um 18:05 +0100 schrieb Marek Vasut: > > > The call to drm_crtc_vblank_off(&lcdif->crtc); disables IRQ generation > > > from the LCDIF block already and this is call

Re: [PATCH v2 2/7] drm: mxsfb: Simplify LCDIF IRQ handling

2022-04-06 Thread Marek Vasut
On 4/6/22 21:41, Lucas Stach wrote: Am Freitag, dem 11.03.2022 um 18:05 +0100 schrieb Marek Vasut: The call to drm_crtc_vblank_off(&lcdif->crtc); disables IRQ generation from the LCDIF block already and this is called in mxsfb_load() before request_irq(), so explicitly disabling IRQ using custom

Re: [PATCH v2 2/7] drm: mxsfb: Simplify LCDIF IRQ handling

2022-04-06 Thread Lucas Stach
Am Freitag, dem 11.03.2022 um 18:05 +0100 schrieb Marek Vasut: > The call to drm_crtc_vblank_off(&lcdif->crtc); disables IRQ generation > from the LCDIF block already and this is called in mxsfb_load() before > request_irq(), so explicitly disabling IRQ using custom function like > mxsfb_irq_disabl