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 enabled as long as needed to > update the frame counter. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > Changes since v4: > > - Fix race condition between .atomic_flush() and vblank IRQ > - Make sure WARN_ON() don't have side effects > --- > drivers/gpu/drm/omapdrm/omap_crtc.c | 79 ++++++++++++++++--------------------- > drivers/gpu/drm/omapdrm/omap_drv.h | 1 + > drivers/gpu/drm/omapdrm/omap_irq.c | 4 +- > 3 files changed, 37 insertions(+), 47 deletions(-) Reviewed-by: Tomi Valkeinen <tomi.valkeinen@xxxxxx> Tomi
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel