drm/exynos: Remove crtc->disable
authorSean Paul <seanpaul@chromium.org>
Thu, 21 Feb 2013 18:35:49 +0000 (13:35 -0500)
committerChromeBot <chrome-bot@google.com>
Fri, 22 Feb 2013 13:01:26 +0000 (05:01 -0800)
commit486c52afc905c157e1fab9e24db798224f6853c9
treefc96582ead60143f1351a4e5e5c6d2c51f709823
parent05e572794f725c2dc819ec7cfa971f182637940e
drm/exynos: Remove crtc->disable

Remove the crtc->disable callback since it's not needed and most likely
incorrect anyways. DRM will fall back to dpms if disable is not defined,
and that will simplify the various paths we have. Furthermore, all
disable did was disable the default overlay on the crtc, which is not
the intended result.

BUG=None
TEST=Tested on snow with boot/hotplug/suspend/idle

Change-Id: I2b134662bfa56d35a0de9fbf761d7a8a3708009e
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/43725
drivers/gpu/drm/exynos/exynos_drm_crtc.c