From: Paulo Zanoni Date: Fri, 26 Oct 2012 21:05:47 +0000 (-0200) Subject: drm/i915: split intel_hdmi_init into encoder and connector pieces X-Git-Tag: v3.8-rc1~82^2~192^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9cb234cbdc7fb34b78068d5faeace61351347b7;p=pandora-kernel.git drm/i915: split intel_hdmi_init into encoder and connector pieces We want to split the HDMI connector and encoder initialization because in the future the DDI code will have its own "encoder init" function, but it will still call intel_hdmi_init_connector. The DDI encoder will actually have two connectors attached to it: HDMI and DP. The best way to look at this patch is to imagine that we're renaming intel_hdmi_init to intel_hdmi_init_connector and removing the encoder-specific pieces and placing them into intel_hdmi_init. Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed