]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: remove to call mixer_wait_for_vblank
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 12 Jun 2015 08:27:14 +0000 (17:27 +0900)
committerInki Dae <daeinki@gmail.com>
Fri, 19 Jun 2015 15:32:58 +0000 (00:32 +0900)
commit426e9c641a1c7850de955dc24af3786cc1508fb2
treee4a87ed6ce56fd1eb6c71c09fccc13630574d3cb
parentce5b322aed934d99c82cc591a32cf5af4992218f
drm/exynos: remove to call mixer_wait_for_vblank

The reason waiting vblank is to be power gated and disabled clocks after
dma operation is completed. The dma operation is stopped already before
be power gated and clocks are disabled when mixer is disabled by commit
c7fe35b8aac36("drm/exynos: stop mixer before gating clocks during
poweroff"). Don't need to wait vblank anymore.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c