summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_crt.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-01-20 23:28:14 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-02-14 00:07:54 +0100
commitaf5676f1f91585cabe811b8f697e32015e2be826 (patch)
tree41ea6bb741664c2185e6219400ff54b507002df4 /drivers/gpu/drm/i915/intel_crt.c
parent76a39dbfb2d1bc45219839e5a95d4ceaf6ca114f (diff)
downloadop-kernel-dev-af5676f1f91585cabe811b8f697e32015e2be826.zip
op-kernel-dev-af5676f1f91585cabe811b8f697e32015e2be826.tar.gz
drm/i915: rip out helper->disable noop functions
Now that the driver is in control of whether it needs to disable everything at take-over or not, we can rip this all out. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_crt.c')
-rw-r--r--drivers/gpu/drm/i915/intel_crt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c
index 68e79f3..729dd1a 100644
--- a/drivers/gpu/drm/i915/intel_crt.c
+++ b/drivers/gpu/drm/i915/intel_crt.c
@@ -685,7 +685,6 @@ static void intel_crt_reset(struct drm_connector *connector)
static const struct drm_encoder_helper_funcs crt_encoder_funcs = {
.mode_fixup = intel_crt_mode_fixup,
.mode_set = intel_crt_mode_set,
- .disable = intel_encoder_noop,
};
static const struct drm_connector_funcs intel_crt_connector_funcs = {
OpenPOWER on IntegriCloud