]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit498f0155bd98635077e901aa7e5e9fe880007b97
treea9ddcf0dda4ad423429277bd5a6c39e697cabf86
parentfa534d4a0b76bbd97f1101889298584a8f8f09ec
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