summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
diff options
context:
space:
mode:
authorSean Paul2014-01-30 22:19:07 +0100
committerInki Dae2014-03-23 16:36:29 +0100
commit87244fa604201c7eee643e5e5e1a19e1f7fc5e3a (patch)
tree25aec9ea253bd1b09d14d2b2382c38e204c59a87 /drivers/gpu/drm/exynos/exynos_hdmi.c
parentdrm/exynos: Pass exynos_drm_manager in manager ops instead of dev (diff)
downloadkernel-qcow2-linux-87244fa604201c7eee643e5e5e1a19e1f7fc5e3a.tar.gz
kernel-qcow2-linux-87244fa604201c7eee643e5e5e1a19e1f7fc5e3a.tar.xz
kernel-qcow2-linux-87244fa604201c7eee643e5e5e1a19e1f7fc5e3a.zip
drm/exynos: Remove apply manager callback
This patch removes the apply() manager callback in favor of putting the relevant commits in the individual drivers. This will mitigate some of the difference between the suspend/resume path and the dpms path Signed-off-by: Sean Paul <seanpaul@chromium.org> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Inki Dae <inki.dae@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 30eb54775ae3..d9521a9a624a 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -1752,6 +1752,7 @@ static void hdmi_poweron(struct hdmi_context *hdata)
clk_prepare_enable(res->sclk_hdmi);
hdmiphy_poweron(hdata);
+ hdmi_commit(hdata);
}
static void hdmi_poweroff(struct hdmi_context *hdata)