OSDN Git Service

drm/exynos: Remove dpms link between encoder/connector
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:08 +0000 (16:19 -0500)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:30 +0000 (00:36 +0900)
commite5b89916bc24f8b290d69229b6cbbdf35add1904
tree9e34f9639f8dd956a3fdce6c8c2f18d0e4f51005
parent87244fa604201c7eee643e5e5e1a19e1f7fc5e3a
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