Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1563352
| From | Inki Dae <inki.dae@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] drm/exynos/decon5433: do not disable video after reset |
| Date | 2017-01-20 09:00 +0100 |
| Message-ID | <t1Ch4-4tl-9@gated-at.bofh.it> (permalink) |
| References | <t0CMa-88g-29@gated-at.bofh.it> <t0CMa-88g-31@gated-at.bofh.it> <t0CMa-88g-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Applied including other two patches. Thanks. 2017년 01월 17일 23:15에 Andrzej Hajda 이(가) 쓴 글: > decon_commit is called just after reset so video is disabled anyway. > > Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> > --- > drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c > index 634cfd7..6fd2b11 100644 > --- a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c > +++ b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c > @@ -158,8 +158,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); >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/3] drm/exynos/decon5433: do not disable video after reset Andrzej Hajda <a.hajda@samsung.com> - 2017-01-17 15:20 +0100 Re: [PATCH 1/3] drm/exynos/decon5433: do not disable video after reset Inki Dae <inki.dae@samsung.com> - 2017-01-20 09:00 +0100
csiph-web