drm: omapdrm: Rework CRTC enable/disable for atomic updates
commitf1d57fb5172a27a481553439b22d8c751512f202
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 5 Mar 2015 20:13:22 +0000 (5 22:13 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:46 +0000 (12 22:52 +0300)
tree0a374ece902feb97c525ec18a3fa35d4a6ddc348
parent4343f0f85781d7821964fcf346d4c8aaf1f5d130
drm: omapdrm: Rework CRTC enable/disable for atomic updates

When using atomic updates the CRTC .enable() and .disable() helper
operations are preferred over the (then legacy) .prepare() and .commit()
operations. Implement .enable() and rework .disable() to not depend on
DPMS, easing DPMS removal later on.

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