drm/exynos: Remove exynos_plane_dpms() call with no effect
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 5 Feb 2015 07:11:35 +0000 (16:11 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 9 Feb 2015 14:56:22 +0000 (23:56 +0900)
commit30b39f0488eb114b3523de7a6579ef8ff2c40a6e
treeff3fc3469111873ce90e817b400b3e8eeee9c4a8
parenta5d7ac30fa9ffa923e3603309692a36e3b3b3ae1
drm/exynos: Remove exynos_plane_dpms() call with no effect

exynos_plane_dpms(DRM_MODE_DPMS_ON) calls the win_enable()'s callback
from the underlying layer. However neither one of these layers implement
win_enable() - FIMD, Mixer and VIDI. Thus the call to exynos_plane_dpms()
is pointless.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_crtc.c