aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/exynos/exynos7_drm_decon.c3
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_fimd.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/exynos/exynos7_drm_decon.c b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
index 1cd78b6a1635..fe31e413324f 100644
--- a/drivers/gpu/drm/exynos/exynos7_drm_decon.c
+++ b/drivers/gpu/drm/exynos/exynos7_drm_decon.c
@@ -401,9 +401,6 @@ static void decon_win_commit(struct exynos_drm_crtc *crtc, unsigned int win)
401 401
402 plane = &ctx->planes[win]; 402 plane = &ctx->planes[win];
403 403
404 if (ctx->suspended)
405 return;
406
407 /* 404 /*
408 * SHADOWCON/PRTCON register is used for enabling timing. 405 * SHADOWCON/PRTCON register is used for enabling timing.
409 * 406 *
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
index b79f472d3a74..785101210d22 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
@@ -623,9 +623,6 @@ static void fimd_win_commit(struct exynos_drm_crtc *crtc, unsigned int win)
623 623
624 plane = &ctx->planes[win]; 624 plane = &ctx->planes[win];
625 625
626 if (ctx->suspended)
627 return;
628
629 /* 626 /*
630 * SHADOWCON/PRTCON register is used for enabling timing. 627 * SHADOWCON/PRTCON register is used for enabling timing.
631 * 628 *