drm/i915: stop using is_pch_edp() in is_cpu_edp()
authorImre Deak <imre.deak@intel.com>
Wed, 8 May 2013 10:14:06 +0000 (13:14 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 May 2013 19:56:41 +0000 (21:56 +0200)
is_pch_edp() will be removed by the next patch, so replace it by a check
for the port and device type.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found