diff options
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos7_drm_decon.c')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos7_drm_decon.c | 3 |
1 files changed, 0 insertions, 3 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 | * |