Re: [PATCH libdrm 1/2] drm/amdgpu: add syncobj create/destroy/import/export apis

2017-07-18 Thread Christian König
Am 18.07.2017 um 02:48 schrieb Dave Airlie: From: Dave Airlie These are just wrappers using the amdgpu device handle. Signed-off-by: Dave Airlie Reviewed-by: Christian König for this one. --- amdgpu/amdgpu.h| 55 +- amdgpu/amdgpu

Re: [PATCH libdrm 1/2] drm/amdgpu: add syncobj create/destroy/import/export apis

2017-07-17 Thread zhoucm1
On 2017年07月18日 08:48, Dave Airlie wrote: From: Dave Airlie These are just wrappers using the amdgpu device handle. Signed-off-by: Dave Airlie Acked-by: Chunming Zhou --- amdgpu/amdgpu.h| 55 +- amdgpu/amdgpu_cs.c | 38 +++

[PATCH libdrm 1/2] drm/amdgpu: add syncobj create/destroy/import/export apis

2017-07-17 Thread Dave Airlie
From: Dave Airlie These are just wrappers using the amdgpu device handle. Signed-off-by: Dave Airlie --- amdgpu/amdgpu.h| 55 +- amdgpu/amdgpu_cs.c | 38 + 2 files changed, 92 insertions(+), 1 deletion(