drm/exynos: crtc: do not wait for the scanout completion
authorInki Dae <inki.dae@samsung.com>
Thu, 24 Dec 2015 08:24:35 +0000 (17:24 +0900)
committerInki Dae <daeinki@gmail.com>
Tue, 12 Jan 2016 15:16:38 +0000 (00:16 +0900)
commitd619894cf5c6a74a2e53a4701938dd4dd6736c60
treef7e0ed39651a9f978cedaf67fc91cf58560e1393
parent3dbaab16c4cddbbb03ad7ed1a0285605a9cc4016
drm/exynos: crtc: do not wait for the scanout completion

This patch removes exynos_drm_crtc_complete_scanout function call
which makes sure for overlay data to be updated to real hardware
when drm driver is released.

With atomic modeset support, it doesn't need the funtion anymore
because atomic modeset interface makes sure that.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_crtc.c
drivers/gpu/drm/exynos/exynos_drm_crtc.h
drivers/gpu/drm/exynos/exynos_drm_fb.c