From: Inki Dae Date: Fri, 19 Jun 2015 11:53:03 +0000 (+0900) Subject: drm/exynos: do not wait for vblank at atomic operation X-Git-Tag: omap-for-v4.2/fixes-rc1^2~17^2~8^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad533ade869d33f496d96e6aa639a51e9c06e241;p=pandora-kernel.git drm/exynos: do not wait for vblank at atomic operation This patch resolves the issue that refresh rate got low at extension mode test with fimd and vidi combination. The problem was because atomic_commit callback waited for the completion of vblank to gaurantee crtc relevant registers are updated from shadow registers to real ones. However, the waiting there is really unnecessary because page flip operation does already it. Signed-off-by: Inki Dae --- Reading git-diff-tree failed