[PATCH 07/23] drm: omapdrm: Handle FIFO underflow IRQs internally

2016-06-07 Thread Laurent Pinchart
Hi Tomi, On Monday 06 Jun 2016 13:50:13 Tomi Valkeinen wrote: > On 06/06/16 02:21, Laurent Pinchart wrote: > >> Also, I do like it that we deal with crtc or plane interrupts in > >> omap_crtc or omap_plane. Would similar approach here work as you use in > >> the following patches, i.e. just call

[PATCH 07/23] drm: omapdrm: Handle FIFO underflow IRQs internally

2016-06-06 Thread Tomi Valkeinen
On 06/06/16 02:21, Laurent Pinchart wrote: >> Also, I do like it that we deal with crtc or plane interrupts in >> omap_crtc or omap_plane. Would similar approach here work as you use in >> the following patches, i.e. just call underflow-handler func in >> omap_plane.c directly, instead of using

[PATCH 07/23] drm: omapdrm: Handle FIFO underflow IRQs internally

2016-06-06 Thread Laurent Pinchart
Hi Tomi, On Monday 09 May 2016 17:42:43 Tomi Valkeinen wrote: > On 26/04/16 23:35, Laurent Pinchart wrote: > > As the FIFO underflow IRQ handler just prints an error message to the > > kernel log, simplify the code by not registering one IRQ handler per > > plane but print the messages directly

[PATCH 07/23] drm: omapdrm: Handle FIFO underflow IRQs internally

2016-05-09 Thread Tomi Valkeinen
On 26/04/16 23:35, Laurent Pinchart wrote: > As the FIFO underflow IRQ handler just prints an error message to the > kernel log, simplify the code by not registering one IRQ handler per > plane but print the messages directly from the main IRQ handler. > > Signed-off-by: Laurent Pinchart > --- >

[PATCH 07/23] drm: omapdrm: Handle FIFO underflow IRQs internally

2016-04-27 Thread Laurent Pinchart
As the FIFO underflow IRQ handler just prints an error message to the kernel log, simplify the code by not registering one IRQ handler per plane but print the messages directly from the main IRQ handler. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.h | 2 +-