]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: do not wait for vblank at atomic operation
authorInki Dae <inki.dae@samsung.com>
Fri, 19 Jun 2015 11:53:03 +0000 (20:53 +0900)
committerInki Dae <daeinki@gmail.com>
Fri, 19 Jun 2015 15:33:02 +0000 (00:33 +0900)
commit3ae8112f41d2c39a2dfc39dbcf550e3d8cd7a85c
tree155feed6f398609108b27f2db4c2e31688d54552
parentb5cf721dd526111996a9c3ab99f07d08a0636d40
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>
drivers/gpu/drm/exynos/exynos_drm_fb.c