commit | 0193f0c74445ab0da0b8870c18ea5ef071fa1ec1 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Apr 15 21:51:45 2015 +0300 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Jun 12 22:52:49 2015 +0300 |
tree | d84f7b5339529bc4be1d5c761459312fd6296c26 | |
parent | bec10a2a10f368e66f74a7f8b8795afe8070ae1f [diff] |
drm: omapdrm: Don't get/put dispc in omap_crtc_flush() The omap_crtc_flush() function is always called with a reference to the dispc held. Remove unnecessary calls to dispc_runtime_get() and dispc_runtime_put(). Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>