On Tue, Dec 11, 2018 at 3:13 PM Andrey Grodzovsky <[email protected]> wrote: > > I retested GPU recovery with Bonaire ASIC and it works. > > Signed-off-by: Andrey Grodzovsky <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> Care to enable it in the kernel as well? Alex > --- > 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 > --- a/tests/amdgpu/deadlock_tests.c > +++ b/tests/amdgpu/deadlock_tests.c > @@ -124,7 +124,8 @@ CU_BOOL suite_deadlock_tests_enable(void) > * by default (currently GFX8/9 dGPUS) > */ > if (device_handle->info.family_id != AMDGPU_FAMILY_VI && > - device_handle->info.family_id != AMDGPU_FAMILY_AI) { > + device_handle->info.family_id != AMDGPU_FAMILY_AI && > + device_handle->info.family_id != AMDGPU_FAMILY_CI) { > printf("\n\nGPU reset is not enabled for the ASIC, deadlock > suite disabled\n"); > enable = CU_FALSE; > } > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
