From: Laurent Pinchart Date: Fri, 20 Feb 2015 12:05:21 +0000 (+0200) Subject: drm: rcar-du: Rework encoder enable/disable for atomic updates X-Git-Tag: omap-for-v4.2/o2_dc~72^2~37^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6638b6abc298a9d4a13492a4d918e3c4ced3109;p=pandora-kernel.git 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 --- Reading git-diff-tree failed