]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita1e6337825a0989078b330a989d30a5863e2171b
tree9e34f9639f8dd956a3fdce6c8c2f18d0e4f51005
parent91c8ee7a14def80c2fdcc96096f861eca008886b
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