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
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
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
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