From eb8a3bf73ecd894597dad2ded9aca43b53db167d Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Mon, 1 Sep 2014 22:27:10 +0900 Subject: [PATCH] drm/exynos: fimd: fix window clear code To correctly disable hardware window during driver init, both enable bits (WINCONx_ENWIN in WINCON and SHADOWCON_CHx_ENABLE in SHADOWCON) must be cleared, otherwise hardware fails to re-enable such window later. While touching this function, also temporarily disable ctx->suspended flag to let fimd_wait_for_vblank function really to do its job. Signed-off-by: Marek Szyprowski Signed-off-by: Inki Dae --- Reading git-format-patch failed