drm: omapdrm: Don't flush CRTC when enabling or disabling it
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 27 May 2015 23:39:35 +0000 (02:39 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:51 +0000 (22:52 +0300)
commitaf6da31e9c8d25f4be524c2bf97a886071eb4a00
treeb73da3579aa31f29ea6d63a8ed37b332d03bc9ce
parent4029755e2a411c72f32b60b37ca8861f21647139
drm: omapdrm: Don't flush CRTC when enabling or disabling it

The omap_crtc_flush() call in omap_crtc_enable() and omap_crtc_disable()
is a no-op, as the display manager is always disabled at this point. Just
remove the function call.

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