summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos7_drm_decon.c
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2019-04-15 03:41:15 +0300
committerInki Dae <inki.dae@samsung.com>2019-04-24 05:23:20 +0300
commit62f28738f1f87c5355fc09ba127665a3c353f7be (patch)
treefbfdc6de338af66e42a485961c595b14d73b965f /drivers/gpu/drm/exynos/exynos7_drm_decon.c
parente59305305c6bf5c1e60e988006e0a9d8da6b3aa1 (diff)
downloadlinux-62f28738f1f87c5355fc09ba127665a3c353f7be.tar.xz
drm/exynos: remove unnecessary messages
This patch removes unnecessary messages from fimd_clear_channels and decon_clear_channels functions which print out just function name. Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos7_drm_decon.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos7_drm_decon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
index 381aa3d60e37..a6bb411e4bd3 100644
--- a/drivers/gpu/drm/exynos/exynos7_drm_decon.c
+++ b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
@@ -107,8 +107,6 @@ static void decon_clear_channels(struct exynos_drm_crtc *crtc)
struct decon_context *ctx = crtc->ctx;
unsigned int win, ch_enabled = 0;
- DRM_DEBUG_KMS("%s\n", __FILE__);
-
/* Check if any channel is enabled. */
for (win = 0; win < WINDOWS_NR; win++) {
u32 val = readl(ctx->regs + WINCON(win));