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