From: YoungJun Cho Date: Wed, 1 Oct 2014 06:19:07 +0000 (+0900) Subject: drm/exynos: fimd: remove unnecessary waiting vblank routine X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~27^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd953de94393ef2a00e893aa948cc7c4cb190d00;p=pandora-kernel.git drm/exynos: fimd: remove unnecessary waiting vblank routine The exynos_drm_crtc_dpms() waits until pended page flip queue is empty, calls the drm_vblank_off() then calls manager->ops->dpms() when mode is DRM_MODE_DPMS_OFF. The fimd_dpms() is one of manager->ops->dpms()s and finally calls fimd_window_suspend(). But there is no active window and vblank is already off when it is called. So addtional waiting vblank is not necessary any more. Signed-off-by: YoungJun Cho Acked-by: Inki Dae Acked-by: Kyungmin Park Signed-off-by: Inki Dae --- Reading git-diff-tree failed