Reviewed-by: Hawking Zhang <[email protected]> Regards, Hawking -----Original Message----- From: amd-gfx <[email protected]> On Behalf Of Guchun Chen Sent: 2019年8月7日 14:52 To: [email protected]; Zhang, Hawking <[email protected]>; Li, Dennis <[email protected]>; Pan, Xinhui <[email protected]>; Zhou1, Tao <[email protected]> Cc: Chen, Guchun <[email protected]> Subject: [PATCH v2 libdrm 0/3] add ras inject test for gfx and umc module
These patches are to support ras inject test for gfx and umc modules. Patch v2: Correct "eject" in all commits to "inject". Add more error checks and print when parsing configuration file. Add umc multi_uncorrectable test in default configuration file. Guchun Chen (3): amdgpu: add gfx ras inject configuration file tests/amdgpu/ras: refine ras inject test amdgpu: add umc ras inject test configuration configure.ac | 18 ++ data/amdgpu_ras.json | 267 ++++++++++++++++++++ meson.build | 1 + tests/amdgpu/Makefile.am | 5 +- tests/amdgpu/meson.build | 16 +- tests/amdgpu/ras_tests.c | 527 +++++++++++++++++++++++++++++++++++---- 6 files changed, 783 insertions(+), 51 deletions(-) create mode 100644 data/amdgpu_ras.json -- 2.17.1 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
