[PATCH v4 20/22] drm: omapdrm: Remove global variables

2016-12-16 Thread Tomi Valkeinen
On 14/12/16 02:27, Laurent Pinchart wrote: > Move the list of pending IRQ wait instances to the omap_drm_private > structure and the wait queue head to the IRQ wait structure. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/omap_drv.h | 3 ++- > drivers/gpu/drm/omapdrm/omap_

[PATCH v4 20/22] drm: omapdrm: Remove global variables

2016-12-14 Thread Laurent Pinchart
Move the list of pending IRQ wait instances to the omap_drm_private structure and the wait queue head to the IRQ wait structure. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.h | 3 ++- drivers/gpu/drm/omapdrm/omap_irq.c | 42 -- 2 file