[PATCH 1/2] drm/amdgpu: stop trying to schedule() with a spin held

2016-06-14 Thread Alex Deucher
On Mon, Jun 13, 2016 at 10:23 PM, Michel Dänzer wrote: > On 06/13/16 23:12, Christian König wrote: >> From: Christian König >> >> Drop the lock before calling cancel_delayed_work_sync(). >> >> Signed-off-by: Christian König >> Tested-by: Nicolai Hähnle > > Bugzilla: https://bugs.freedeskto

[PATCH 1/2] drm/amdgpu: stop trying to schedule() with a spin held

2016-06-14 Thread Michel Dänzer
On 06/13/16 23:12, Christian König wrote: > From: Christian König > > Drop the lock before calling cancel_delayed_work_sync(). > > Signed-off-by: Christian König > Tested-by: Nicolai Hähnle Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96445 -- Earthling Michel Dänzer

[PATCH 1/2] drm/amdgpu: stop trying to schedule() with a spin held

2016-06-13 Thread Christian König
From: Christian König Drop the lock before calling cancel_delayed_work_sync(). Signed-off-by: Christian König Tested-by: Nicolai Hähnle --- drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c b/d