From: Inki Dae Date: Tue, 21 May 2013 07:55:58 +0000 (+0900) Subject: drm/exynos: wait for the completion of pending page flip X-Git-Tag: v3.10-rc4~22^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20cd2640a295cab46bcd08f4788984ca236fc148;p=pandora-kernel.git 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 Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed