Re: [PATCH libdrm 5/5] [libdrm] add syncobj timeline tests

2018-11-06 Thread Daniel Vetter
dri-devel@lists.freedesktop.org; amd-...@lists.freedesktop.org > > Subject: Re: [PATCH libdrm 5/5] [libdrm] add syncobj timeline tests > > > > On Fri, Nov 02, 2018 at 04:26:49PM +0800, Chunming Zhou wrote: > > > Signed-off-by: Chunming Zhou > > > --- > > > tests/amdgpu/M

RE: [PATCH libdrm 5/5] [libdrm] add syncobj timeline tests

2018-11-05 Thread Zhou, David(ChunMing)
> -Original Message- > From: Daniel Vetter On Behalf Of Daniel Vetter > Sent: Monday, November 05, 2018 5:39 PM > To: Zhou, David(ChunMing) > Cc: dri-devel@lists.freedesktop.org; amd-...@lists.freedesktop.org > Subject: Re: [PATCH libdrm 5/5] [libdrm] add syncobj time

Re: [PATCH libdrm 5/5] [libdrm] add syncobj timeline tests

2018-11-05 Thread Daniel Vetter
On Fri, Nov 02, 2018 at 04:26:49PM +0800, Chunming Zhou wrote: > Signed-off-by: Chunming Zhou > --- > tests/amdgpu/Makefile.am | 3 +- > tests/amdgpu/amdgpu_test.c | 12 ++ > tests/amdgpu/amdgpu_test.h | 21 +++ > tests/amdgpu/meson.build | 2 +- > tests/amdgpu/syncobj_tests.c |

[PATCH libdrm 5/5] [libdrm] add syncobj timeline tests

2018-11-02 Thread Chunming Zhou
Signed-off-by: Chunming Zhou --- tests/amdgpu/Makefile.am | 3 +- tests/amdgpu/amdgpu_test.c | 12 ++ tests/amdgpu/amdgpu_test.h | 21 +++ tests/amdgpu/meson.build | 2 +- tests/amdgpu/syncobj_tests.c | 263 +++ 5 files changed, 299 insertions(+),

[PATCH libdrm 5/5] [libdrm] add syncobj timeline tests

2018-09-19 Thread Chunming Zhou
Signed-off-by: Chunming Zhou --- tests/amdgpu/Makefile.am | 3 +- tests/amdgpu/amdgpu_test.c | 12 ++ tests/amdgpu/amdgpu_test.h | 21 +++ tests/amdgpu/meson.build | 2 +- tests/amdgpu/syncobj_tests.c | 259 +++ 5 files changed, 295 insertions(+),

[PATCH libdrm 5/5] [libdrm] add syncobj timeline tests

2018-09-12 Thread Chunming Zhou
Signed-off-by: Chunming Zhou --- tests/amdgpu/Makefile.am | 3 +- tests/amdgpu/amdgpu_test.c | 12 ++ tests/amdgpu/amdgpu_test.h | 21 +++ tests/amdgpu/meson.build | 2 +- tests/amdgpu/syncobj_tests.c | 258 +++ 5 files changed, 294 insertions(+),