Re: [Intel-gfx] [PATCH 10/10] drm/i915: Fix intel_dp_hot_plug()

2014-10-10 Thread Todd Previte
On 10/9/14 8:38 PM, Dave Airlie wrote: On 10 October 2014 01:49, Chris Wilson wrote: On Thu, Oct 09, 2014 at 08:38:10AM -0700, Todd Previte wrote: The hot plug function for DP appears to have been broken somewhere along the way. Without this function being operational, hot plug events are not

Re: [Intel-gfx] [PATCH 10/10] drm/i915: Fix intel_dp_hot_plug()

2014-10-09 Thread Dave Airlie
On 10 October 2014 01:49, Chris Wilson wrote: > On Thu, Oct 09, 2014 at 08:38:10AM -0700, Todd Previte wrote: >> The hot plug function for DP appears to have been broken somewhere along the >> way. Without >> this function being operational, hot plug events are not correctly received >> for comp

Re: [Intel-gfx] [PATCH 10/10] drm/i915: Fix intel_dp_hot_plug()

2014-10-09 Thread Chris Wilson
On Thu, Oct 09, 2014 at 08:38:10AM -0700, Todd Previte wrote: > The hot plug function for DP appears to have been broken somewhere along the > way. Without > this function being operational, hot plug events are not correctly received > for compliance > testing. This patch implements the necessary

[Intel-gfx] [PATCH 10/10] drm/i915: Fix intel_dp_hot_plug()

2014-10-09 Thread Todd Previte
The hot plug function for DP appears to have been broken somewhere along the way. Without this function being operational, hot plug events are not correctly received for compliance testing. This patch implements the necessary functionality to resolve that issue. Signed-off-by: Todd Previte ---