]> git.baikalelectronics.ru Git - kernel.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)
commit0b261e485435e7b00823842567dec54d4eac9eea
treee69f6788d371660732848acb61ce31b46a50e096
parent5c01b2f3911da10567a397be1366d81e79d115a3
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