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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 15 May 2014 05:28:45 +0000 (07:28 +0200)
commit2fb2dd12e1691a2ce65cc6a5215982ef324840ef
tree39746acd942f4ffe2a30536ac2255f15fe8bc657
parentc81740c106f958c50c7ae27ab8b2abe6c10238a2
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