Re: [Intel-gfx] [PATCH 1/3] drm/i915/dp: Move initialization of hpd_pin to a new function

2017-02-03 Thread Chris Wilson
On Fri, Feb 03, 2017 at 03:39:01PM +0200, Ander Conselvan de Oliveira wrote: > This shaves a few lines from intel_dp_init_connector() and will serve as > a good place to add other port specific information in a follow up > patch. > > Signed-off-by: Ander Conselvan de Oliveira > > --- > drivers/

Re: [Intel-gfx] [PATCH 1/3] drm/i915/dp: Move initialization of hpd_pin to a new function

2017-02-03 Thread Jani Nikula
On Fri, 03 Feb 2017, Ander Conselvan de Oliveira wrote: > This shaves a few lines from intel_dp_init_connector() and will serve as > a good place to add other port specific information in a follow up > patch. > > Signed-off-by: Ander Conselvan de Oliveira > > --- > drivers/gpu/drm/i915/intel_d

[Intel-gfx] [PATCH 1/3] drm/i915/dp: Move initialization of hpd_pin to a new function

2017-02-03 Thread Ander Conselvan de Oliveira
This shaves a few lines from intel_dp_init_connector() and will serve as a good place to add other port specific information in a follow up patch. Signed-off-by: Ander Conselvan de Oliveira --- drivers/gpu/drm/i915/intel_dp.c | 54 - 1 file changed, 32 in