All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] drm/exynos: remove to call mixer_wait_for_vblank
@ 2015-06-12  8:27 Joonyoung Shim
  2015-06-12  8:27 ` [PATCH v2 2/3] drm/exynos: remove chained calls to enable Joonyoung Shim
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Joonyoung Shim @ 2015-06-12  8:27 UTC (permalink / raw)
  To: dri-devel
  Cc: linux-samsung-soc, sw0312.kim, a.hajda, gustavo.padovan, m.szyprowski

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
381be025ac1a6("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>
---
 drivers/gpu/drm/exynos/exynos_mixer.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c b/drivers/gpu/drm/exynos/exynos_mixer.c
index 6bab717..f93f038 100644
--- a/drivers/gpu/drm/exynos/exynos_mixer.c
+++ b/drivers/gpu/drm/exynos/exynos_mixer.c
@@ -1010,7 +1010,6 @@ static void mixer_window_suspend(struct mixer_context *ctx)
 		plane->resume = plane->enabled;
 		mixer_win_disable(ctx->crtc, i);
 	}
-	mixer_wait_for_vblank(ctx->crtc);
 }
 
 static void mixer_window_resume(struct mixer_context *ctx)
-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-15 20:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12  8:27 [PATCH v2 1/3] drm/exynos: remove to call mixer_wait_for_vblank Joonyoung Shim
2015-06-12  8:27 ` [PATCH v2 2/3] drm/exynos: remove chained calls to enable Joonyoung Shim
2015-06-15 20:41   ` Gustavo Padovan
2015-06-12  8:27 ` [PATCH v2 3/3] drm/exynos: initialize VIDCON0 when fimd is disabled Joonyoung Shim
2015-06-15 20:44   ` Gustavo Padovan
2015-06-15 20:39 ` [PATCH v2 1/3] drm/exynos: remove to call mixer_wait_for_vblank Gustavo Padovan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.