]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: Don't keep dpms state in encoder
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:10 +0000 (16:19 -0500)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:30 +0000 (00:36 +0900)
commit558de5c13871e3665c9088f1ba0bac619bb380be
treee69f6788d371660732848acb61ce31b46a50e096
parent54c40dede10876868d62699e49b5f2b413f18b88
drm/exynos: Don't keep dpms state in encoder

This patch removes the dpms state tracking in encoder. This
state is at best confusing and at worst incorrect since the display
drivers can turn on and off without propagating the value.

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_encoder.c