From: Gustavo Padovan Date: Tue, 25 Nov 2014 13:21:17 +0000 (-0200) Subject: drm/exynos: unify plane update on exynos_update_plane() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~29^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e0a649faa27333efea9cce14bff9bab75230f25;p=pandora-kernel.git drm/exynos: unify plane update on exynos_update_plane() We can safely use the exynos_update_plane() to update the plane framebuffer for both the overlay and primary planes. Note that this patch removes a call to manager->ops->commit() in exynos_drm_crtc_mode_set_commit(). The commit() call is used only by the fimd driver to set underlying timings and need only in full modeset operations. For plane update only win_commit is needed. Signed-off-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-diff-tree failed