From: Paulo Zanoni Date: Fri, 26 Oct 2012 21:05:50 +0000 (-0200) Subject: drm/i915: add port field to intel_digital_port X-Git-Tag: v3.8-rc1~82^2~192^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174edf1f867dc573439675f9b4c2211012d4b563;p=pandora-kernel.git drm/i915: add port field to intel_digital_port Both "intel_dp" and "intel_hdmi" structs had a "port" field, which always had the same value. It makes more sense to move this to intel_digital_port, so we can know the port independently of the connector type. Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed