From: Paulo Zanoni Date: Tue, 20 Nov 2012 15:27:40 +0000 (-0200) Subject: drm/i915: don't intel_crt_init if DDI A has 4 lanes X-Git-Tag: v3.8-rc1~82^2~14^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79935fca3f1259e0a6fe203b55008f84ab8f3087;p=pandora-kernel.git drm/i915: don't intel_crt_init if DDI A has 4 lanes DDI A and E have 4 lanes to share, so if DDI A is using 4 lanes, there's nothing left for DDI E, which means there's no CRT port on the machine. The bit we're checking here is programmed at system boot and it cannot be changed afterwards, so we cannot change the amount of lanes reserved for each DDI port. Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed