]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: unify plane update on exynos_update_plane()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 25 Nov 2014 13:21:17 +0000 (11:21 -0200)
committerInki Dae <daeinki@gmail.com>
Sun, 25 Jan 2015 12:28:05 +0000 (21:28 +0900)
commit7adb605762ea81f292f9aeb90c1ff6d5e61475b9
tree6f04a5942b31e2a149284ab4d11432cdb2b7ecba
parente0fba6a670ba4324c30075689b776c46461f2b0d
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 <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_crtc.c
drivers/gpu/drm/exynos/exynos_drm_plane.c
drivers/gpu/drm/exynos/exynos_drm_plane.h