drm: omapdrm: Remove global variables
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 19 Apr 2016 00:07:59 +0000 (03:07 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 19 Dec 2016 09:25:04 +0000 (11:25 +0200)
commit84e1d4578fe9de486b367cc22a405f4a299ab17c
tree9011bc8711fd0bf6836bfb55fb009552c9285437
parent80f91bffb784940fca9ac56b97ac0c3101f6e806
drm: omapdrm: Remove global variables

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 <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_irq.c