drm/exynos: don't do any DPMS operation while updating planes
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 14 Nov 2014 00:27:20 +0000 (22:27 -0200)
committerInki Dae <daeinki@gmail.com>
Sun, 25 Jan 2015 12:28:04 +0000 (21:28 +0900)
commitea8802d3ddde245e8b8a56a19d70e9b97737880f
tree3bf443c9e4090d8bf38a38034b10357be789ca92
parente7cd81111041e3fbec00999f5629080989090031
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>
drivers/gpu/drm/exynos/exynos_drm_crtc.c