Re: [Intel-gfx] [PATCH 3/9] drm/i915: create intel_digital_port and use it

2012-10-30 Thread Lespiau, Damien
On Fri, Oct 26, 2012 at 10:05 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > The goal is to have one single encoder capable of controlling both DP > and HDMI outputs. This patch just adds the initial infrastructure, no > functional changes. > > Previously, both intel_dp and intel_hdmi were inte

[Intel-gfx] [PATCH 3/9] drm/i915: create intel_digital_port and use it

2012-10-26 Thread Paulo Zanoni
From: Paulo Zanoni The goal is to have one single encoder capable of controlling both DP and HDMI outputs. This patch just adds the initial infrastructure, no functional changes. Previously, both intel_dp and intel_hdmi were intel_encoders. Now, these 2 structs do not have intel_encoder as membe