diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2017-01-17 15:15:18 +0100 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2017-01-20 16:00:20 +0900 |
commit | 4151e9a61c26bc86a356edfea713c0f913582760 (patch) | |
tree | b7da4060d77b5f67ffa4b961b03505c864c4b91d /drivers/gpu | |
parent | 821b40b79db7dedbfe15ab330dfd181e661a533f (diff) | |
download | linux-4151e9a61c26bc86a356edfea713c0f913582760.tar.gz linux-4151e9a61c26bc86a356edfea713c0f913582760.tar.bz2 linux-4151e9a61c26bc86a356edfea713c0f913582760.zip |
drm/exynos/decon5433: do not disable video after reset
decon_commit is called just after reset so video is disabled anyway.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c index 09e8cc36948e..d4920091e35c 100644 --- a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c +++ b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c @@ -142,8 +142,6 @@ static void decon_commit(struct exynos_drm_crtc *crtc) m->crtc_vsync_end = m->crtc_vsync_start + 1; } - decon_set_bits(ctx, DECON_VIDCON0, VIDCON0_ENVID, 0); - /* enable clock gate */ val = CMU_CLKGAGE_MODE_SFR_F | CMU_CLKGAGE_MODE_MEM_F; writel(val, ctx->addr + DECON_CMU); |