drm/i915: s/intel_encoder_disable/intel_encoder_noop
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 11 Jul 2012 14:51:39 +0000 (16:51 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Sep 2012 06:21:27 +0000 (08:21 +0200)
Because that's what it is. Unfortunately we can't rip this out because
the fb helper has an incetious relationship with the crtc helper - it
likes to call disable_unused_functions, among other things.

Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found