From 0e0a649faa27333efea9cce14bff9bab75230f25 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Tue, 25 Nov 2014 11:21:17 -0200 Subject: [PATCH] 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-format-patch failed