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

2017-02-09 Thread Ander Conselvan De Oliveira
On Fri, 2017-02-03 at 16:22 +0200, Jani Nikula wrote: > On Fri, 03 Feb 2017, Ander Conselvan de Oliveira intel.com> 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. > > > > While a

Re: [Intel-gfx] [PATCH v2 2/4] 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. > > While at it, convert BUG() to MISSING_CASE() in the default case. > > v2: s/BUG/MISS

[Intel-gfx] [PATCH v2 2/4] 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. While at it, convert BUG() to MISSING_CASE() in the default case. v2: s/BUG/MISSING_CASE. (Chris) Cc: Chris Wilson Cc: Jani Nikula Signed-off-by: An