[PATCH 6/8] drm/syncobj: add semaphore support helpers. (v2)

2017-04-11 Thread Dave Airlie
From: Dave Airlie This just adds two helper interfaces to bridge the gap from drivers to sync_file for the semaphore objects. These will be used by the amdgpu driver. v2: drop one of the APIs and replace with a fence lookup to make the amdgpu api more robust. Signed-off-by: Dave Airlie --- d

[PATCH 6/8] drm/syncobj: add semaphore support helpers.

2017-04-10 Thread Dave Airlie
From: Dave Airlie This just adds two helper interfaces to bridge the gap from drivers to sync_file for the semaphore objects. These will be used by the amdgpu driver. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_syncobj.c | 77 +++ include/drm/drm

Re: [PATCH 6/8] drm/syncobj: add semaphore support helpers.

2017-04-04 Thread Daniel Vetter
On Tue, Apr 04, 2017 at 02:27:31PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This just adds two helper interfaces to bridge the gap from > drivers to sync_file for the semaphore objects. > > These will be used by the amdgpu driver. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/dr

[PATCH 6/8] drm/syncobj: add semaphore support helpers.

2017-04-03 Thread Dave Airlie
From: Dave Airlie This just adds two helper interfaces to bridge the gap from drivers to sync_file for the semaphore objects. These will be used by the amdgpu driver. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_syncobj.c | 72 +++ include/drm/drm