commit | beff155a7eae6d376b391de5e95fd91d23664397 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Feb 20 14:05:21 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Mar 03 16:16:17 2015 +0200 |
tree | 9cc6fa5fc4bacd9871e2ff098e771d1647fd741a | |
parent | 58706b88c4a8f7423be3e521b457fdb88516aa30 [diff] |
drm: rcar-du: 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+renesas@ideasonboard.com>