diff options
author | James Jones <jajones@nvidia.com> | 2010-06-28 16:10:13 -0700 |
---|---|---|
committer | James Jones <jajones@nvidia.com> | 2010-12-06 19:15:26 -0800 |
commit | 1c4a0db2c6bf0320cb630b84ab87bcfd3801a53d (patch) | |
tree | 73a1fce58c7724a845ec024a04b1e50dfe872c9e /dix/privates.c | |
parent | af0f9f913398d34a885c3fb4e8d40c1a7e2b3ee9 (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 'dix/privates.c')
-rw-r--r-- | dix/privates.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/privates.c b/dix/privates.c index 687fa7aa0..d651258f6 100644 --- a/dix/privates.c +++ b/dix/privates.c @@ -447,6 +447,7 @@ static const char *key_names[PRIVATE_LAST] = { [PRIVATE_GLYPH] = "GLYPH", [PRIVATE_GLYPHSET] = "GLYPHSET", [PRIVATE_PICTURE] = "PICTURE", + [PRIVATE_SYNC_FENCE] = "SYNC_FENCE", }; void |