“8ac744f372ed8980007d53ee3cbc1acd7db51a56”上不存在“python/paddle/git@gitcode.net:Crayonxin2000/Paddle.git”
提交 c60230eb 编写于 作者: A Andrzej Hajda 提交者: Inki Dae

drm/exynos/decon5433: enable HDMI-PHY before configuring DECON

According to documentation and tests HDMI-PHY must be on prior
to MIXER configuration.
Signed-off-by: NAndrzej Hajda <a.hajda@samsung.com>
上级 f26b9343
......@@ -389,6 +389,8 @@ static void decon_enable(struct exynos_drm_crtc *crtc)
pm_runtime_get_sync(ctx->dev);
exynos_drm_pipe_clk_enable(crtc, true);
set_bit(BIT_CLKS_ENABLED, &ctx->flags);
decon_swreset(ctx);
......@@ -420,6 +422,8 @@ static void decon_disable(struct exynos_drm_crtc *crtc)
clear_bit(BIT_CLKS_ENABLED, &ctx->flags);
exynos_drm_pipe_clk_enable(crtc, false);
pm_runtime_put_sync(ctx->dev);
set_bit(BIT_SUSPENDED, &ctx->flags);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册