Re: [Intel-gfx] [PATCH 12/14] drm/i915: add DP support to intel_enable_ddi

2012-10-18 Thread Lespiau, Damien
On Mon, Oct 15, 2012 at 7:51 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > We should only write the DDI_BUF_CTL at this point for HDMI/DVI. For > DP we need to do this earlier, and the values written to the register > are also different. > > Signed-off-by: Paulo Zanoni Reviewed-by: Damien Le

[Intel-gfx] [PATCH 12/14] drm/i915: add DP support to intel_enable_ddi

2012-10-15 Thread Paulo Zanoni
From: Paulo Zanoni We should only write the DDI_BUF_CTL at this point for HDMI/DVI. For DP we need to do this earlier, and the values written to the register are also different. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_ddi.c | 21 - 1 file changed, 12 inse