summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_connector.h
diff options
context:
space:
mode:
authorSean Paul <seanpaul@chromium.org>2014-01-31 01:19:08 +0400
committerInki Dae <daeinki@gmail.com>2014-03-23 19:36:30 +0400
commite5b89916bc24f8b290d69229b6cbbdf35add1904 (patch)
tree9e34f9639f8dd956a3fdce6c8c2f18d0e4f51005 /drivers/gpu/drm/exynos/exynos_drm_connector.h
parent87244fa604201c7eee643e5e5e1a19e1f7fc5e3a (diff)
downloadlinux-e5b89916bc24f8b290d69229b6cbbdf35add1904.tar.xz
drm/exynos: Remove dpms link between encoder/connector
This patch removes the call from encoder dpms into connector dpms (which will then call back into encoder dpms through the helper function). The callback is likely to keep connector->dpms in the right state when initiating dpms from crtc or encoder, but this isn't the right way to do it. This patch is the first step towards rationalizing power management in the exynos drm driver. 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_drm_connector.h')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_connector.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_connector.h b/drivers/gpu/drm/exynos/exynos_drm_connector.h
index 547c6b590357..4eb20d78379a 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_connector.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_connector.h
@@ -17,8 +17,4 @@
struct drm_connector *exynos_drm_connector_create(struct drm_device *dev,
struct drm_encoder *encoder);
-struct drm_encoder *exynos_drm_best_encoder(struct drm_connector *connector);
-
-void exynos_drm_display_power(struct drm_connector *connector, int mode);
-
#endif