Re: [Intel-gfx] [PATCH 1/3] drm/i915: consider the source max DP lane count too

2014-05-06 Thread Jani Nikula
On Tue, 06 May 2014, Damien Lespiau wrote: > On Tue, May 06, 2014 at 02:56:50PM +0300, Jani Nikula wrote: >> From: Paulo Zanoni >> >> Even if the panel claims it can support 4 lanes, there's the >> possibility that the HW can't, so consider this while selecting the >> max lane count. >> >> Sign

Re: [Intel-gfx] [PATCH 1/3] drm/i915: consider the source max DP lane count too

2014-05-06 Thread Damien Lespiau
On Tue, May 06, 2014 at 02:34:41PM +0100, Damien Lespiau wrote: > On Tue, May 06, 2014 at 02:56:50PM +0300, Jani Nikula wrote: > > From: Paulo Zanoni > > > > Even if the panel claims it can support 4 lanes, there's the > > possibility that the HW can't, so consider this while selecting the > > ma

Re: [Intel-gfx] [PATCH 1/3] drm/i915: consider the source max DP lane count too

2014-05-06 Thread Damien Lespiau
On Tue, May 06, 2014 at 02:56:50PM +0300, Jani Nikula wrote: > From: Paulo Zanoni > > Even if the panel claims it can support 4 lanes, there's the > possibility that the HW can't, so consider this while selecting the > max lane count. > > Signed-off-by: Paulo Zanoni > Signed-off-by: Jani Nikula

Re: [Intel-gfx] [PATCH 1/3] drm/i915: consider the source max DP lane count too

2014-05-06 Thread Damien Lespiau
On Tue, May 06, 2014 at 02:56:50PM +0300, Jani Nikula wrote: > From: Paulo Zanoni > > Even if the panel claims it can support 4 lanes, there's the > possibility that the HW can't, so consider this while selecting the > max lane count. > > Signed-off-by: Paulo Zanoni > Signed-off-by: Jani Nikula

[Intel-gfx] [PATCH 1/3] drm/i915: consider the source max DP lane count too

2014-05-06 Thread Jani Nikula
From: Paulo Zanoni Even if the panel claims it can support 4 lanes, there's the possibility that the HW can't, so consider this while selecting the max lane count. Signed-off-by: Paulo Zanoni Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_dp.c | 20 ++-- 1 file chan

Re: [Intel-gfx] [PATCH 1/3] drm/i915: consider the source max DP lane count too

2014-04-25 Thread Jani Nikula
On Fri, 25 Apr 2014, Paulo Zanoni wrote: > From: Paulo Zanoni > > Even if the panel claims it can support 4 lanes, there's the > possibility that the HW can't, so consider this while selecting the > max lane count. > > Signed-off-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/intel_dp.c | 20 +++

[Intel-gfx] [PATCH 1/3] drm/i915: consider the source max DP lane count too

2014-04-24 Thread Paulo Zanoni
From: Paulo Zanoni Even if the panel claims it can support 4 lanes, there's the possibility that the HW can't, so consider this while selecting the max lane count. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_dp.c | 20 ++-- 1 file changed, 18 insertions(+), 2 del