Re: [RFC] DRM synchronisation objects

2017-04-04 Thread Daniel Vetter
On Tue, Apr 04, 2017 at 02:27:25PM +1000, Dave Airlie wrote: > This series enhances my previous semaphore work on for amdgpu, > with a generic DRM sync object. (drm_syncobj). > > It first enhances sync_file to have a type/flags so we can have > different semantics for different sync files, and a w

Re: [RFC] DRM synchronisation objects

2017-04-04 Thread Christian König
Am 04.04.2017 um 06:27 schrieb Dave Airlie: This series enhances my previous semaphore work on for amdgpu, with a generic DRM sync object. (drm_syncobj). It first enhances sync_file to have a type/flags so we can have different semantics for different sync files, and a wait to retrieve the type

Re: [RFC] DRM synchronisation objects

2017-04-03 Thread Dave Airlie
On 4 April 2017 at 14:27, Dave Airlie wrote: > This series enhances my previous semaphore work on for amdgpu, > with a generic DRM sync object. (drm_syncobj). > > It first enhances sync_file to have a type/flags so we can have > different semantics for different sync files, and a wait > to retriev