]> 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)
commit8cf82ae4431b9122c91e7d368ba39f609b0ff753
tree9e34f9639f8dd956a3fdce6c8c2f18d0e4f51005
parentaa1a18d2382fa434fae03ff8dabf747dacf2f48f
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