Re: [Intel-gfx] [PATCH] drm/i915: use delayed work for resume hotplug v4

2014-10-24 Thread Chris Wilson
On Thu, Oct 09, 2014 at 08:13:18AM -0700, Jesse Barnes wrote: > Gets the detect code (which may take awhile) out of the resume path, > speeding things up a bit. > > v2: use a delayed work queue instead (Daniel) > v3: cancel delayed work at unload and suspend time (Jesse) > v4: make delayed work co

Re: [Intel-gfx] [PATCH] drm/i915: use delayed work for resume hotplug v4

2014-10-19 Thread Daniel Vetter
On Thu, Oct 09, 2014 at 08:13:18AM -0700, Jesse Barnes wrote: > Gets the detect code (which may take awhile) out of the resume path, > speeding things up a bit. > > v2: use a delayed work queue instead (Daniel) > v3: cancel delayed work at unload and suspend time (Jesse) > v4: make delayed work co

[Intel-gfx] [PATCH] drm/i915: use delayed work for resume hotplug v4

2014-10-09 Thread Jesse Barnes
Gets the detect code (which may take awhile) out of the resume path, speeding things up a bit. v2: use a delayed work queue instead (Daniel) v3: cancel delayed work at unload and suspend time (Jesse) v4: make delayed work comment less scary (Chris) Signed-off-by: Jesse Barnes --- drivers/gpu/dr