Re: [Intel-gfx] [PATCH] drm/i915/bxt: Correct dual-link MIPI port control.

2016-11-23 Thread Ville Syrjälä
On Tue, Nov 22, 2016 at 03:00:14PM +0200, Ville Syrjälä wrote: > On Mon, Nov 21, 2016 at 02:24:06PM -0800, Bob Paauwe wrote: > > For BXT, there is only one bit that enables/disables dual-link mode > > and not different bits depending on which pipe is being used. > > > > Signed-off-by: Bob Paauwe

Re: [Intel-gfx] [PATCH] drm/i915/bxt: Correct dual-link MIPI port control.

2016-11-22 Thread Ville Syrjälä
On Mon, Nov 21, 2016 at 02:24:06PM -0800, Bob Paauwe wrote: > For BXT, there is only one bit that enables/disables dual-link mode > and not different bits depending on which pipe is being used. > > Signed-off-by: Bob Paauwe > --- > drivers/gpu/drm/i915/intel_dsi.c | 5 - > 1 file changed, 4

[Intel-gfx] [PATCH] drm/i915/bxt: Correct dual-link MIPI port control.

2016-11-21 Thread Bob Paauwe
For BXT, there is only one bit that enables/disables dual-link mode and not different bits depending on which pipe is being used. Signed-off-by: Bob Paauwe --- drivers/gpu/drm/i915/intel_dsi.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_dsi.