winsys/amdgpu: add support for syncobj signaling v3
authorAndres Rodriguez <andresx7@gmail.com>
Fri, 27 Oct 2017 02:42:08 +0000 (22:42 -0400)
committerAndres Rodriguez <andresx7@gmail.com>
Tue, 30 Jan 2018 20:13:49 +0000 (15:13 -0500)
commitcc9762d74d33898f56cfcbd9ab386364a19df6dc
treed10843af6d1b7d224a55a908b4b677265d18d50a
parent29b9bd0539ed21805228bdd0933e543eec16c670
winsys/amdgpu: add support for syncobj signaling v3

Add the ability to signal a syncobj when a cs completes execution.

v2: corresponding changes for gallium fence->semaphore rename
v3: s/semaphore/fence for pipe objects

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeon/radeon_winsys.h
src/gallium/winsys/amdgpu/drm/amdgpu_cs.c
src/gallium/winsys/amdgpu/drm/amdgpu_cs.h