summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
diff options
context:
space:
mode:
authorInki Dae2016-04-12 02:59:11 +0200
committerInki Dae2016-04-30 04:34:14 +0200
commitb5bf0f1ea3658254bd72ef64abc97786e8a32255 (patch)
tree8db04dceb6027a1dad5fde428fe767a74c9a916f /drivers/gpu/drm/exynos/exynos5433_drm_decon.c
parentdrm/exynos: decon: clean up interface type (diff)
downloadkernel-qcow2-linux-b5bf0f1ea3658254bd72ef64abc97786e8a32255.tar.gz
kernel-qcow2-linux-b5bf0f1ea3658254bd72ef64abc97786e8a32255.tar.xz
kernel-qcow2-linux-b5bf0f1ea3658254bd72ef64abc97786e8a32255.zip
drm/exynos: clean up register definions for fimd and decon
This patch removes suffixes from I80 relevant register definitions, which are misleading. This is based on top of below patch set, http://www.spinics.net/lists/dri-devel/msg104057.html Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos5433_drm_decon.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos5433_drm_decon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
index 9051c9ac685a..4ab5bfc23647 100644
--- a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
+++ b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
@@ -121,7 +121,7 @@ static void decon_setup_trigger(struct decon_context *ctx)
? TRIGCON_TRIGEN_PER_F | TRIGCON_TRIGEN_F |
TRIGCON_TE_AUTO_MASK | TRIGCON_SWTRIGEN
: TRIGCON_TRIGEN_PER_F | TRIGCON_TRIGEN_F |
- TRIGCON_HWTRIGMASK_I80_RGB | TRIGCON_HWTRIGEN_I80_RGB;
+ TRIGCON_HWTRIGMASK | TRIGCON_HWTRIGEN;
writel(val, ctx->addr + DECON_TRIGCON);
}