[Intel-gfx] [PATCH] drm/i915: Make intel_digital_port_connected() work for any port

2017-06-15 Thread ville . syrjala
From: Ville Syrjälä Add the missing port A handling to intel_digital_port_connected() and also separate SPT from the CPT/LPT code a bit. Cc: Manasi Navare Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_dp.c | 83 ++--- 1 file changed, 70 insert

Re: [Intel-gfx] [PATCH] drm/i915: Make intel_digital_port_connected() work for any port

2017-06-19 Thread Manasi Navare
I have tested this for PORT A and works great to give HPD live status. Thanks for the patch. Looks good to me. On Thu, Jun 15, 2017 at 08:12:52PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Add the missing port A handling to intel_digital_port_connected() > and also sep

Re: [Intel-gfx] [PATCH] drm/i915: Make intel_digital_port_connected() work for any port

2017-06-19 Thread Ville Syrjälä
On Mon, Jun 19, 2017 at 12:06:07PM -0700, Manasi Navare wrote: > I have tested this for PORT A and works great to give HPD live status. > Thanks for the patch. Looks good to me. > > On Thu, Jun 15, 2017 at 08:12:52PM +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Add