summaryrefslogtreecommitdiff
path: root/syncproto.h
AgeCommit message (Collapse)Author
2010-12-03Add protocol for XSyncAwaitFence()James Jones
Add the fence sync object equivalent of XSyncAwait() Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-12-03Add XSyncQueryFence()James Jones
Allows callers to query whether a given fence sync object is currently triggered or not. Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-12-03Initial Fence Sync supportJames Jones
Defines the protocol for creation and basic management of binary state sync objects. The following operations are defined: -Creation -Destruction -Trigger -Reset Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-07-16Remove RCS tags.Peter Hutterer
2009-07-16sync: remove sync.h library header, split into syncconst.hPeter Hutterer
Rename syncstr.h to syncproto.h