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>
This commit is contained in:
Sean Paul
2014-01-30 16:19:07 -05:00
committed by Inki Dae
parent bb7704d6a6
commit 87244fa604
7 changed files with 8 additions and 43 deletions

View File

@@ -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)