drm/i915: rip out superflous is_dp&is_cpu_edp tracking
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 28 Mar 2013 09:41:59 +0000 (10:41 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Apr 2013 09:31:26 +0000 (11:31 +0200)
commit8b47047bd103c9fdb50440790a2ef17fa69a35c4
tree560242ebe935643b536b0214d04bf31195f93659
parent947978fa64e6550766f3a890fcba977f7b04c448
drm/i915: rip out superflous is_dp&is_cpu_edp tracking

The only exception left is is_cpu_edp in the haswell modeset code.
We need that to assign the cpu transcoder, but we might want to
move that eventually into the encoder, too.

\o/-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c