Re: [PATCH libdrm] amdgpu/test: Enable deadlock test for CI family (gfx7)

2018-12-11 Thread Grodzovsky, Andrey
np Andrey On 12/11/2018 03:18 PM, Alex Deucher wrote: > On Tue, Dec 11, 2018 at 3:13 PM Andrey Grodzovsky > wrote: >> I retested GPU recovery with Bonaire ASIC and it works. >> >> Signed-off-by: Andrey Grodzovsky > Reviewed-by: Alex Deucher > > Care to enable it in the kernel as well? > >

Re: [PATCH libdrm] amdgpu/test: Enable deadlock test for CI family (gfx7)

2018-12-11 Thread Alex Deucher
On Tue, Dec 11, 2018 at 3:13 PM Andrey Grodzovsky wrote: > > I retested GPU recovery with Bonaire ASIC and it works. > > Signed-off-by: Andrey Grodzovsky Reviewed-by: Alex Deucher Care to enable it in the kernel as well? Alex > --- > tests/amdgpu/deadlock_tests.c | 3 ++- > 1 file

[PATCH libdrm] amdgpu/test: Enable deadlock test for CI family (gfx7)

2018-12-11 Thread Andrey Grodzovsky
I retested GPU recovery with Bonaire ASIC and it works. Signed-off-by: Andrey Grodzovsky --- tests/amdgpu/deadlock_tests.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/amdgpu/deadlock_tests.c b/tests/amdgpu/deadlock_tests.c index 6bd36aa..a6c2635 100644 ---