commit | f6638b6abc298a9d4a13492a4d918e3c4ced3109 | [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:15 2015 +0200 |
tree | f64d0dbfeb15d6dc7ab2294177c511d4f1957b6c | |
parent | 44ef7ed5ac94ac823c0efce4c2fb6ab809c8a838 [diff] |
drm: rcar-du: Rework encoder enable/disable for atomic updates When using atomic updates the encoder .enable() and .disable() helper operations are preferred over the (then legacy) .prepare() and .commit() operations. Implement .enable() and .disable() and rework .prepare(), .commit() and .dpms() as wrappers around .enable() and .disable(), easing their future removal. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>