projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821b40b
)
drm/exynos/decon5433: do not disable video after reset
author
Andrzej Hajda
<a.hajda@samsung.com>
Tue, 17 Jan 2017 14:15:18 +0000
(15:15 +0100)
committer
Inki Dae
<inki.dae@samsung.com>
Fri, 20 Jan 2017 07:00:20 +0000
(16:00 +0900)
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>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
index 09e8cc36948ee8fc0d68a501dfa57bbd18e886f3..d4920091e35cd13575df2a9224cd2789731f3070 100644
(file)
--- 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);