commit | 20cd2640a295cab46bcd08f4788984ca236fc148 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Tue May 21 16:55:58 2013 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Thu May 23 19:47:33 2013 +0900 |
tree | 6d2bb4ac54fb3cb6ee7feced8f64305ffced4bb9 | |
parent | c5cca97fb915a90b1dcddf737062e67dd8656af8 [diff] |
drm/exynos: wait for the completion of pending page flip This patch fixes the issue that drm_vblank_get() is failed. The issus occurs when next page flip request is tried if previous page flip event wasn't completed yet and then dpms became off. So this patch make sure that page flip event is completed before dpms goes to off. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>