Re: [Intel-gfx] [PATCH 9/9] drm/i915: create the DDI encoder

2012-10-30 Thread Daniel Vetter
On Tue, Oct 30, 2012 at 12:51:11PM +, Damien Lespiau wrote: > On Fri, Oct 26, 2012 at 10:05 PM, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > Now intel_ddi_init is just like intel_hdmi_init and intel_dp_init: it > > inits the encoder and then calls the proper init_connector functions. >

Re: [Intel-gfx] [PATCH 9/9] drm/i915: create the DDI encoder

2012-10-30 Thread Damien Lespiau
On Fri, Oct 26, 2012 at 10:05 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > Now intel_ddi_init is just like intel_hdmi_init and intel_dp_init: it > inits the encoder and then calls the proper init_connector functions. > Notice that for non-eDP ports we call both HDMI and DP connector init, > s

[Intel-gfx] [PATCH 9/9] drm/i915: create the DDI encoder

2012-10-26 Thread Paulo Zanoni
From: Paulo Zanoni Now intel_ddi_init is just like intel_hdmi_init and intel_dp_init: it inits the encoder and then calls the proper init_connector functions. Notice that for non-eDP ports we call both HDMI and DP connector init, so we have 2 connectors attached to each DDI encoder. After this c