drm/exynos: Remove dpms link between encoder/connector
authorSean Paul <seanpaul@chromium.org>
Thu, 24 Apr 2014 12:22:56 +0000 (21:22 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:33 +0000 (11:47 +0900)
commit35eaf3656cf14ea6db0d1df3a5b05a50c198cb9b
tree4d10dbffec0a90d8973f7cc415bc456874716ab6
parent5d3f8b8700ff4eb769dd363d6ad5d7ecb61bbe6b
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>
drivers/gpu/drm/exynos/exynos_drm_connector.c
drivers/gpu/drm/exynos/exynos_drm_connector.h
drivers/gpu/drm/exynos/exynos_drm_encoder.c