projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4151e9a
)
drm/exynos/decon5433: fix CMU programming
author
Andrzej Hajda
<a.hajda@samsung.com>
Tue, 17 Jan 2017 14:15:19 +0000
(15:15 +0100)
committer
Inki Dae
<inki.dae@samsung.com>
Fri, 20 Jan 2017 07:02:28 +0000
(16:02 +0900)
DECON_CMU register has reserved bits which should not be zeroed, otherwise
IP can behave strangely and cause IOMMU faults.
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 d4920091e35cd13575df2a9224cd2789731f3070..3a9aca1c62f90490534932162b997e7cbe362a13 100644
(file)
--- 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)
m->crtc_vsync_end = m->crtc_vsync_start + 1;
}
- /* enable clock gate */
- val = CMU_CLKGAGE_MODE_SFR_F | CMU_CLKGAGE_MODE_MEM_F;
- writel(val, ctx->addr + DECON_CMU);
-
if (ctx->out_type & (IFTYPE_I80 | I80_HW_TRG))
decon_setup_trigger(ctx);