[PATCH libdrm] amdgpu/basic_tests.c: check for fork

2019-03-11 Thread Fabrice Fontaine
://autobuild.buildroot.org/results/8d6194982c1080e173fcef8212fb06e6dc275d58 Signed-off-by: Fabrice Fontaine --- configure.ac | 2 ++ tests/amdgpu/basic_tests.c | 4 2 files changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index d72e84ad..6effb9a2 100644

Re: [PATCH libdrm] amdgpu/basic_tests.c: check for fork

2019-03-12 Thread Fabrice Fontaine
OK, thanks for your input, I'll disable amdgpu on platforms without MMU. Fabrice Le lun. 11 mars 2019 à 18:40, Koenig, Christian a écrit : > > Am 11.03.19 um 18:17 schrieb Fabrice Fontaine: > > OK, then will you accept a patch that disable amdgpu test if fork is > > not av

Re: [PATCH libdrm] amdgpu/basic_tests.c: check for fork

2019-03-12 Thread Fabrice Fontaine
here we support amdgpu and fork() > is not available, so that change is rather pointless in the first place. > > Christian. > > Am 10.03.19 um 10:44 schrieb Fabrice Fontaine: > > amdgpu test program use fork since > > https://cgit.freedesktop.org/mes