[PATCH v4.1 14/22] drm: omapdrm: Keep vblank interrupt enabled while CRTC is active

2016-12-19 Thread Tomi Valkeinen
On 18/12/16 04:12, Laurent Pinchart wrote: > Instead of going through a complicated private IRQ registration > mechanism, handle the vblank interrupt activation with the standard > drm_crtc_vblank_get() and drm_crtc_vblank_put() mechanism. This will let > the DRM core keep the vblank interrupt enab

[PATCH v4.1 14/22] drm: omapdrm: Keep vblank interrupt enabled while CRTC is active

2016-12-18 Thread Laurent Pinchart
Instead of going through a complicated private IRQ registration mechanism, handle the vblank interrupt activation with the standard drm_crtc_vblank_get() and drm_crtc_vblank_put() mechanism. This will let the DRM core keep the vblank interrupt enabled as long as needed to update the frame counter.