drm/i915: clean up encoder_prepare/commit
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 1 Jul 2012 22:16:19 +0000 (00:16 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Sep 2012 05:55:49 +0000 (07:55 +0200)
We no longer need them. And now that all encoders are converted, we
can finally move the cpt modeset check to the right place - at the end
of the crtc_enable function.

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

No differences found