summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Jones <jajones@nvidia.com>2010-06-28 16:10:13 -0700
committerJames Jones <jajones@nvidia.com>2010-12-06 19:15:26 -0800
commit1c4a0db2c6bf0320cb630b84ab87bcfd3801a53d (patch)
tree73a1fce58c7724a845ec024a04b1e50dfe872c9e /include
parentaf0f9f913398d34a885c3fb4e8d40c1a7e2b3ee9 (diff)
Add fence sync driver interface
-Add fence sync objects -Add fence sync devPrivates -Add a X sync module screen private -Add wrappable functions to create and destroy fence sync objects -Give fence sync objects wrappable functions to trigger, test, and reset their 'triggered' value. -Give fence sync objects wrappable functions to notify driver when adding/removing triggers to/ from the sync object. Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include')
-rw-r--r--include/privates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/privates.h b/include/privates.h
index 9fb6ae84e..7ef2cb732 100644
--- a/include/privates.h
+++ b/include/privates.h
@@ -51,6 +51,7 @@ typedef enum {
PRIVATE_GLYPH,
PRIVATE_GLYPHSET,
PRIVATE_PICTURE,
+ PRIVATE_SYNC_FENCE,
/* last private type */
PRIVATE_LAST,