From: Imre Deak Date: Wed, 8 May 2013 10:14:05 +0000 (+0300) Subject: drm/i915: stop using is_pch_edp() in intel_dp_init_connector() X-Git-Tag: v3.11-rc1~65^2~131^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7d24902e197824eee717e4c3f406eb8623e67e0;p=pandora-kernel.git drm/i915: stop using is_pch_edp() in intel_dp_init_connector() is_pch_edp() will be removed in a follow-up patch, so replace it with a check for the port and VBT info (for port-D eDP). Also make things a bit clearer by using a switch on the ports. v2: - make the comment about not setting the conder type for DP clearer (Ville) Signed-off-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed