drm/exynos: correct connector->dpms field before resuming
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 10 Oct 2014 12:31:56 +0000 (14:31 +0200)
committerInki Dae <daeinki@gmail.com>
Sun, 2 Nov 2014 16:51:28 +0000 (01:51 +0900)
commit74cfe07a838d137ee6f425e00a03642f588fb76b
treea9ddcf0dda4ad423429277bd5a6c39e697cabf86
parentd6948b2fd870f3e375fa0f0a37dae3feb85e5bc9
drm/exynos: correct connector->dpms field before resuming

During system suspend after connector switch off its dpms field
is set to connector previous dpms state. To properly resume dpms field
should be set to its actual state (off) before resuming to previous dpms state.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c