Re: [PATCH libdrm 1/2] amdgpu: Update deadlock test to not assert on -ECANCELED

2018-01-25 Thread Christian König
Am 25.01.2018 um 19:10 schrieb Andrey Grodzovsky: Kernel will abort jobs for guilty (causing GPU hang) context with -ECANCELED don't assert if that the case. Signed-off-by: Andrey Grodzovsky Acked-by: Christian König --- tests/amdgpu/deadlock_tests.c | 4 ++-- 1 file changed, 2 insertio

[PATCH libdrm 1/2] amdgpu: Update deadlock test to not assert on -ECANCELED

2018-01-25 Thread Andrey Grodzovsky
Kernel will abort jobs for guilty (causing GPU hang) context with -ECANCELED don't assert if that the case. Signed-off-by: Andrey Grodzovsky --- tests/amdgpu/deadlock_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/amdgpu/deadlock_tests.c b/tests/amdgpu/dead