Re: [PATCH 2/2] drm/amd/amdgpu: fix locking in bo creation error path

2017-01-11 Thread Christian König
Am 11.01.2017 um 08:31 schrieb Nicolai Hähnle: From: Nicolai Hähnle Unlock the resv lock only if we were the ones to lock it in the first place. Signed-off-by: Nicolai Hähnle Reviewed-by: Christian König . ---

[PATCH 2/2] drm/amd/amdgpu: fix locking in bo creation error path

2017-01-10 Thread Nicolai Hähnle
From: Nicolai Hähnle Unlock the resv lock only if we were the ones to lock it in the first place. Signed-off-by: Nicolai Hähnle --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git