Re: [Intel-gfx] [PATCH 3/6] drm/i915: Make intel_digital_port_connected global

2015-09-09 Thread Rodrigo Vivi
On Fri, Sep 4, 2015 at 6:37 AM Sonika Jindal wrote: > This is to allow live status check for HDMI as well. > Also, using intel_encoder->hpd_pin to check the live status > for bxt because of BXT A0/A1 WA for HPD pins. > This is actually the only thing this patch does... So please use separated pa

[Intel-gfx] [PATCH 3/6] drm/i915: Make intel_digital_port_connected global

2015-09-04 Thread Sonika Jindal
This is to allow live status check for HDMI as well. Also, using intel_encoder->hpd_pin to check the live status for bxt because of BXT A0/A1 WA for HPD pins. Signed-off-by: Sonika Jindal --- drivers/gpu/drm/i915/intel_dp.c | 11 +++ drivers/gpu/drm/i915/intel_drv.h |2 ++ 2 files