summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2016-07-26 11:03:26 +0200
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:51:53 +0900
commit173b41f44bf9c3b64f0930366cb15f9aac1338dc (patch)
treecebb8462548a9ce6aeebd64a256fe7d523140147 /drivers/gpu/drm/exynos/exynos_hdmi.c
parent7f6157979cb232b0da35e885b3e89624e20ea1ea (diff)
drm/exynos/hdmi: apply configuration in case of power cycling
When power is turned off and on, modesetting is not performed, but HDMI registers should be set. The patch fixes issues with black screen on Odroid (X)U3 during console blank/unblank. Change-Id: I95d9098969793d38986237234b95e11a7027052f Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_hdmi.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_hdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
index e523793f840c..7e4f3217d0a5 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -2346,6 +2346,7 @@ static void hdmi_poweroff(struct hdmi_context *hdata)
pm_runtime_put_sync(hdata->dev);
+ hdata->applied = false;
hdata->powered = false;
}