Re: [Intel-gfx] [PATCH 2/6] drm/i915: remove unnecessary delays in intel_dp_link_down

2014-04-04 Thread Chris Wilson
On Fri, Apr 04, 2014 at 04:12:08PM -0700, Jesse Barnes wrote: > The reason for these is lost in the mists of time, and they don't seem > to be necessary anymore, so drop them. Separate these two. The first seems to indeed be a random wait, whereas the second appears to be a misapplication of proce

[Intel-gfx] [PATCH 2/6] drm/i915: remove unnecessary delays in intel_dp_link_down

2014-04-04 Thread Jesse Barnes
The reason for these is lost in the mists of time, and they don't seem to be necessary anymore, so drop them. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_dp.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c i