drm: omapdrm: Don't call DISPC power handling in IRQ wait functions
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 18 Apr 2016 23:20:46 +0000 (02:20 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 19 Dec 2016 09:25:02 +0000 (11:25 +0200)
commit156548175cdf9536d733bbde8b3c092ac92c3aec
treed02602e572e885234b42df7038aca30a49e65acc
parent5d9f5b33399cc57d04ceed05f011d6fe4136675a
drm: omapdrm: Don't call DISPC power handling in IRQ wait functions

The IRQ wait functions are called from the DSS enable and disable
operations only, where the DISPC is guaranteed to be enabled. There's no
need for manual DISPC power management there.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_irq.c