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