[PATCH v4 17/22] drm: omapdrm: Don't call DISPC power handling in IRQ wait functions

2016-12-15 Thread Tomi Valkeinen
On 14/12/16 02:27, Laurent Pinchart wrote: > 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 > --- > drivers/gpu/drm/om

[PATCH v4 17/22] drm: omapdrm: Don't call DISPC power handling in IRQ wait functions

2016-12-14 Thread Laurent Pinchart
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 --- drivers/gpu/drm/omapdrm/omap_irq.c | 4 1 file changed, 4 deletions(-)