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)
commit68b4d8247033b425ae948f02885c2aed5ae823f3
treec43ea87221208f71a26c77469508e4c305c1fe8a
parentf7d24902e197824eee717e4c3f406eb8623e67e0
drm/i915: stop using is_pch_edp() in is_cpu_edp()

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>
drivers/gpu/drm/i915/intel_dp.c
This page took 0.02511 seconds and 5 git commands to generate.