commit | 7cf23eaf0d8e6f34f3bc89141efc96b2502b290c | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Sat Aug 15 13:26:19 2015 -0300 |
committer | Inki Dae <daeinki@gmail.com> | Mon Aug 31 00:27:38 2015 +0900 |
tree | 9a4f3fb2fa74db85f3f59e33020446521f3ef2db | |
parent | c4533665d819271dad890440b887776ac3d5f265 [diff] |
drm/exynos: remove wait queue for pending page flip Exynos atomic commit procedures already does this job of waiting for pending updates to finish, that means using pending_flip_queue is pointless now because the disable CRTC procedure will never happen during a page_flip. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>