提交 a48ff501 编写于 作者: A Andrzej Hajda 提交者: Inki Dae

drm/exynos/decon5433: kill BIT_WIN_UPDATED flag

The flag was used to trigger software update in TE IRQ handler only
if framebuffers were replaced. Since TE update is triggered always
when VBLANKs are enabled and after framebuffer replacement VBLANKs
are always enabled the flag becomes redundant.
Signed-off-by: NAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: NInki Dae <inki.dae@samsung.com>
上级 3643e758
...@@ -48,7 +48,6 @@ static const char * const decon_clks_name[] = { ...@@ -48,7 +48,6 @@ static const char * const decon_clks_name[] = {
}; };
enum decon_flag_bits { enum decon_flag_bits {
BIT_WIN_UPDATED,
BIT_SUSPENDED BIT_SUSPENDED
}; };
...@@ -428,9 +427,6 @@ static void decon_atomic_flush(struct exynos_drm_crtc *crtc) ...@@ -428,9 +427,6 @@ static void decon_atomic_flush(struct exynos_drm_crtc *crtc)
decon_set_bits(ctx, DECON_UPDATE, STANDALONE_UPDATE_F, ~0); decon_set_bits(ctx, DECON_UPDATE, STANDALONE_UPDATE_F, ~0);
if (ctx->out_type & IFTYPE_I80)
set_bit(BIT_WIN_UPDATED, &ctx->flags);
ctx->frame_id = decon_get_frame_count(ctx, true); ctx->frame_id = decon_get_frame_count(ctx, true);
exynos_crtc_handle_event(crtc); exynos_crtc_handle_event(crtc);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册