[PATCH 2/2] drm/amdgpu: stop disabling irqs when it isn't neccessary

2016-06-13 Thread Daniel Vetter
On Mon, Jun 13, 2016 at 7:37 PM, Christian König wrote: > Am 13.06.2016 um 18:33 schrieb Daniel Vetter: >> >> On Mon, Jun 13, 2016 at 04:12:43PM +0200, Christian König wrote: >>> >>> From: Christian König >>> >>> A regular spin_lock/unlock should do here as well. >>> >>> Signed-off-by: Christi

[PATCH 2/2] drm/amdgpu: stop disabling irqs when it isn't neccessary

2016-06-13 Thread Christian König
Am 13.06.2016 um 18:33 schrieb Daniel Vetter: > On Mon, Jun 13, 2016 at 04:12:43PM +0200, Christian König wrote: >> From: Christian König >> >> A regular spin_lock/unlock should do here as well. >> >> Signed-off-by: Christian König > Just drive-by comment, but you can't mix up irq spinlocks wi

[PATCH 2/2] drm/amdgpu: stop disabling irqs when it isn't neccessary

2016-06-13 Thread Daniel Vetter
On Mon, Jun 13, 2016 at 04:12:43PM +0200, Christian König wrote: > From: Christian König > > A regular spin_lock/unlock should do here as well. > > Signed-off-by: Christian König Just drive-by comment, but you can't mix up irq spinlocks with normal ones. And there's places where this is sti

[PATCH 2/2] drm/amdgpu: stop disabling irqs when it isn't neccessary

2016-06-13 Thread Christian König
From: Christian König A regular spin_lock/unlock should do here as well. Signed-off-by: Christian König --- drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/amd/scheduler/gpu_scheduler.c b/driver