commit | d619894cf5c6a74a2e53a4701938dd4dd6736c60 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Thu Dec 24 17:24:35 2015 +0900 |
committer | Inki Dae <daeinki@gmail.com> | Wed Jan 13 00:16:38 2016 +0900 |
tree | f7e0ed39651a9f978cedaf67fc91cf58560e1393 | |
parent | 3dbaab16c4cddbbb03ad7ed1a0285605a9cc4016 [diff] |
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>