commit | f1d57fb5172a27a481553439b22d8c751512f202 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu Mar 05 22:13:22 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Jun 12 22:52:46 2015 +0300 |
tree | 0a374ece902feb97c525ec18a3fa35d4a6ddc348 | |
parent | 4343f0f85781d7821964fcf346d4c8aaf1f5d130 [diff] |
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>