diff options
| -rw-r--r-- | drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c index d4920091e35c..3a9aca1c62f9 100644 --- a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c +++ b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c | |||
| @@ -142,10 +142,6 @@ static void decon_commit(struct exynos_drm_crtc *crtc) | |||
| 142 | m->crtc_vsync_end = m->crtc_vsync_start + 1; | 142 | m->crtc_vsync_end = m->crtc_vsync_start + 1; |
| 143 | } | 143 | } |
| 144 | 144 | ||
| 145 | /* enable clock gate */ | ||
| 146 | val = CMU_CLKGAGE_MODE_SFR_F | CMU_CLKGAGE_MODE_MEM_F; | ||
| 147 | writel(val, ctx->addr + DECON_CMU); | ||
| 148 | |||
| 149 | if (ctx->out_type & (IFTYPE_I80 | I80_HW_TRG)) | 145 | if (ctx->out_type & (IFTYPE_I80 | I80_HW_TRG)) |
| 150 | decon_setup_trigger(ctx); | 146 | decon_setup_trigger(ctx); |
| 151 | 147 | ||
