Re: [Intel-gfx] [PATCH] drm/i915/icl: remove port A/E lane sharing limitation.

2018-02-05 Thread Jani Nikula
On Mon, 05 Feb 2018, "Kumar, Mahesh" wrote: > Hi, > > > On 2/2/2018 6:26 PM, Jani Nikula wrote: >> On Fri, 02 Feb 2018, Mahesh Kumar wrote: >>> Platforms before Gen11 were sharing lanes between port-A & port-E. >>> This limitation is no more

Re: [Intel-gfx] [PATCH] drm/i915/icl: remove port A/E lane sharing limitation.

2018-02-05 Thread Kumar, Mahesh
Hi, On 2/2/2018 6:26 PM, Jani Nikula wrote: On Fri, 02 Feb 2018, Mahesh Kumar wrote: Platforms before Gen11 were sharing lanes between port-A & port-E. This limitation is no more there. Changes since V1: - optimize the code (Shashank/Jani) - create helper

Re: [Intel-gfx] [PATCH] drm/i915/icl: remove port A/E lane sharing limitation.

2018-02-02 Thread Jani Nikula
On Fri, 02 Feb 2018, Mahesh Kumar wrote: > Platforms before Gen11 were sharing lanes between port-A & port-E. > This limitation is no more there. > > Changes since V1: > - optimize the code (Shashank/Jani) > - create helper function to get max lanes (ville) > Changes

Re: [Intel-gfx] [PATCH] drm/i915/icl: remove port A/E lane sharing limitation.

2018-01-30 Thread Ville Syrjälä
On Tue, Jan 30, 2018 at 07:52:14PM +, Pandiyan, Dhinakaran wrote: > > On Tue, 2018-01-30 at 14:51 +0530, Mahesh Kumar wrote: > > From: "Kumar, Mahesh" > > > > Platforms before Gen11 were sharing lanes between port-A & port-E. > > This limitation is no more there. >

Re: [Intel-gfx] [PATCH] drm/i915/icl: remove port A/E lane sharing limitation.

2018-01-30 Thread Pandiyan, Dhinakaran
On Tue, 2018-01-30 at 14:51 +0530, Mahesh Kumar wrote: > From: "Kumar, Mahesh" > > Platforms before Gen11 were sharing lanes between port-A & port-E. > This limitation is no more there. > > Changes since V1: > - optimize the code (Shashank/Jani) > - create helper