Re: [Intel-gfx] [PATCH 12/15] drm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer programming apart

2015-12-10 Thread Ville Syrjälä
On Thu, Dec 10, 2015 at 02:52:29PM +0100, Daniel Vetter wrote: > On Tue, Dec 08, 2015 at 07:59:47PM +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > DDI buffer prorgramming works quite differently depending on > > the mode of the DDI port (DP/eDP/FDI vs. HDMI/DVI). Let'

Re: [Intel-gfx] [PATCH 12/15] drm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer programming apart

2015-12-10 Thread Daniel Vetter
On Tue, Dec 08, 2015 at 07:59:47PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > DDI buffer prorgramming works quite differently depending on > the mode of the DDI port (DP/eDP/FDI vs. HDMI/DVI). Let's split > the function that does the programming into two matching varian

[Intel-gfx] [PATCH 12/15] drm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer programming apart

2015-12-08 Thread ville . syrjala
From: Ville Syrjälä DDI buffer prorgramming works quite differently depending on the mode of the DDI port (DP/eDP/FDI vs. HDMI/DVI). Let's split the function that does the programming into two matching variants as well. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_ddi.c| 94