From: Gustavo Padovan Date: Fri, 14 Nov 2014 00:27:20 +0000 (-0200) Subject: drm/exynos: don't do any DPMS operation while updating planes X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~29^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea8802d3ddde245e8b8a56a19d70e9b97737880f;p=pandora-kernel.git drm/exynos: don't do any DPMS operation while updating planes DPMS only makes sense when the mode changes, for plane update changes do not perform any dpms operation. This move places the win_commit() and commit() calls directly in the code instead of calling exynos_drm_crtc_commit() thus avoiding DPMS operations. Signed-off-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-diff-tree failed