Re: [Intel-gfx] [PATCH 4/9] drm/i915: split intel_hdmi_init into encoder and connector pieces

2012-10-30 Thread Lespiau, Damien
On Fri, Oct 26, 2012 at 10:05 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > 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 >

[Intel-gfx] [PATCH 4/9] drm/i915: split intel_hdmi_init into encoder and connector pieces

2012-10-26 Thread Paulo Zanoni
From: Paulo Zanoni 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 bes