commit | 74cfe07a838d137ee6f425e00a03642f588fb76b | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Fri Oct 10 14:31:56 2014 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Mon Nov 03 01:51:28 2014 +0900 |
tree | a9ddcf0dda4ad423429277bd5a6c39e697cabf86 | |
parent | d6948b2fd870f3e375fa0f0a37dae3feb85e5bc9 [diff] |
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>