All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 0/4] amdgpu: new approach for ras inject test
@ 2019-08-29  8:59 Guchun Chen
       [not found] ` <20190829085917.20439-1-guchun.chen-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Guchun Chen @ 2019-08-29  8:59 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	Hawking.Zhang-5C7GfCeVMHo, Dennis.Li-5C7GfCeVMHo,
	christian.koenig-5C7GfCeVMHo, alexander.deucher-5C7GfCeVMHo,
	Tao.Zhou1-5C7GfCeVMHo
  Cc: Candice.Li-5C7GfCeVMHo, Guchun Chen

These patches are to remove additional external lib-jsonc
dependence, and to put all test configurations into C code.

Guchun Chen (4):
  amdgpu: remove json package dependence
  amdgpu: delete test configuration file
  amdgpu: add ras inject unit test
  amdgpu: add ras feature capability check in inject test

 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 | 305 ++++++++++++++-------------------------
 6 files changed, 116 insertions(+), 496 deletions(-)
 delete mode 100644 data/amdgpu_ras.json

-- 
2.17.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-08-29  9:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-29  8:59 [PATCH libdrm 0/4] amdgpu: new approach for ras inject test Guchun Chen
     [not found] ` <20190829085917.20439-1-guchun.chen-5C7GfCeVMHo@public.gmane.org>
2019-08-29  8:59   ` [PATCH libdrm 1/4] amdgpu: remove json package dependence Guchun Chen
2019-08-29  8:59   ` [PATCH libdrm 2/4] amdgpu: delete test configuration file Guchun Chen
2019-08-29  8:59   ` [PATCH libdrm 3/4] amdgpu: add ras inject unit test Guchun Chen
2019-08-29  8:59   ` [PATCH libdrm 4/4] amdgpu: add ras feature capability check in inject test Guchun Chen
2019-08-29  9:03   ` [PATCH libdrm 0/4] amdgpu: new approach for ras " Christian König
2019-08-29  9:26   ` Zhou1, Tao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.