summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_fb.c
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2015-06-19 20:53:03 +0900
committerInki Dae <daeinki@gmail.com>2015-06-20 00:33:02 +0900
commitad533ade869d33f496d96e6aa639a51e9c06e241 (patch)
tree155feed6f398609108b27f2db4c2e31688d54552 /drivers/gpu/drm/exynos/exynos_drm_fb.c
parent286bd022303e230d608aa4bd36cb1f438b85c78e (diff)
downloadop-kernel-dev-ad533ade869d33f496d96e6aa639a51e9c06e241.zip
op-kernel-dev-ad533ade869d33f496d96e6aa639a51e9c06e241.tar.gz
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 <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_fb.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_fb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fb.c b/drivers/gpu/drm/exynos/exynos_drm_fb.c
index 789db6f..2b6320e 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_fb.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_fb.c
@@ -295,8 +295,6 @@ static int exynos_atomic_commit(struct drm_device *dev,
drm_atomic_helper_commit_planes(dev, state);
- drm_atomic_helper_wait_for_vblanks(dev, state);
-
drm_atomic_helper_cleanup_planes(dev, state);
drm_atomic_state_free(state);
OpenPOWER on IntegriCloud