commit | ea8802d3ddde245e8b8a56a19d70e9b97737880f | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Thu Nov 13 22:27:20 2014 -0200 |
committer | Inki Dae <daeinki@gmail.com> | Sun Jan 25 21:28:04 2015 +0900 |
tree | 3bf443c9e4090d8bf38a38034b10357be789ca92 | |
parent | e7cd81111041e3fbec00999f5629080989090031 [diff] |
drm/exynos: don't do any DPMS operation while updating planes DPMS only makes sense when the mode changes, for plane update changes do not perform any dpms operation. This move places the win_commit() and commit() calls directly in the code instead of calling exynos_drm_crtc_commit() thus avoiding DPMS operations. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>