commit | 156548175cdf9536d733bbde8b3c092ac92c3aec | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Tue Apr 19 02:20:46 2016 +0300 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Mon Dec 19 11:25:02 2016 +0200 |
tree | d02602e572e885234b42df7038aca30a49e65acc | |
parent | 5d9f5b33399cc57d04ceed05f011d6fe4136675a [diff] |
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>