]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfca84395d9c2f58010d72ae0883027c4167d8cf2
treec43ea87221208f71a26c77469508e4c305c1fe8a
parentefcb9fc48a46cc13e052ac83e805d177fe74b66a
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