[PATCH v3 12/20] drm: omapdrm: Prevent processing the same event multiple times

2016-12-12 Thread Laurent Pinchart
Hi Tomi, On Tuesday 27 Sep 2016 15:24:47 Tomi Valkeinen wrote: > On 19/09/16 15:27, Laurent Pinchart wrote: > > The vblank interrupt is disabled after one occurrence, preventing the > > atomic update event from being processed twice. However, this also > > prevents the software frame counter from

[PATCH v3 12/20] drm: omapdrm: Prevent processing the same event multiple times

2016-12-12 Thread Laurent Pinchart
Hi Daniel, On Tuesday 27 Sep 2016 23:05:20 Daniel Kurtz wrote: > On Mon, Sep 19, 2016 at 8:27 PM, Laurent Pinchart wrote: > > The vblank interrupt is disabled after one occurrence, preventing the > > atomic update event from being processed twice. However, this also > > prevents the software frame

[PATCH v3 12/20] drm: omapdrm: Prevent processing the same event multiple times

2016-09-27 Thread Daniel Kurtz
Hi Laurent, On Mon, Sep 19, 2016 at 8:27 PM, Laurent Pinchart wrote: > The vblank interrupt is disabled after one occurrence, preventing the > atomic update event from being processed twice. However, this also > prevents the software frame counter from being updated correctly that > would require

[PATCH v3 12/20] drm: omapdrm: Prevent processing the same event multiple times

2016-09-27 Thread Tomi Valkeinen
On 19/09/16 15:27, Laurent Pinchart wrote: > The vblank interrupt is disabled after one occurrence, preventing the > atomic update event from being processed twice. However, this also > prevents the software frame counter from being updated correctly that > would require vblank interrupts to be kep

[PATCH v3 12/20] drm: omapdrm: Prevent processing the same event multiple times

2016-09-19 Thread Laurent Pinchart
The vblank interrupt is disabled after one occurrence, preventing the atomic update event from being processed twice. However, this also prevents the software frame counter from being updated correctly that would require vblank interrupts to be kept enabled while the CRTC is active. In preparation