Re: [Intel-gfx] [PATCH] drm/i915: Cleaning up intel_dp_hpd_pulse

2015-11-20 Thread Ander Conselvan De Oliveira
On Tue, 2015-11-17 at 12:17 +0530, Shubhangi Shrivastava wrote: > Current DP detection has DPCD operations split across > intel_dp_hpd_pulse and intel_dp_detect which contains > duplicates as well. Also intel_dp_detect is called > during modes enumeration as well which will result > in multiple dpc

[Intel-gfx] [PATCH] drm/i915: Cleaning up intel_dp_hpd_pulse

2015-11-16 Thread Shubhangi Shrivastava
Current DP detection has DPCD operations split across intel_dp_hpd_pulse and intel_dp_detect which contains duplicates as well. Also intel_dp_detect is called during modes enumeration as well which will result in multiple dpcd operations. So this patch tries to solve both these by bringing all DPCD