Re: [PATCH] drm/syncobj: add sync obj wait interface. (v7)

2017-08-04 Thread Jason Ekstrand
I'm working on a VK_KHR_external_fence implementation based on this and have found some issues. :-) On Mon, Jul 17, 2017 at 11:44 PM, Dave Airlie wrote: > From: Dave Airlie > > This interface will allow sync object to be used to back > Vulkan fences. This

Re: [PATCH] drm/syncobj: add sync obj wait interface. (v7)

2017-07-19 Thread kbuild test robot
Hi Dave, [auto build test WARNING on drm/drm-next] [also build test WARNING on v4.13-rc1] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] drm/syncobj: add sync obj wait interface. (v7)

2017-07-18 Thread Dave Airlie
From: Dave Airlie This interface will allow sync object to be used to back Vulkan fences. This API is pretty much the vulkan fence waiting API, and I've ported the code from amdgpu. v2: accept relative timeout, pass remaining time back to userspace. v3: return to absolute