summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 21386a57..19292344 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -648,12 +648,14 @@ struct drm_set_version {
struct drm_fence_arg {
unsigned int handle;
- unsigned int class;
+ unsigned int fence_class;
unsigned int type;
unsigned int flags;
unsigned int signaled;
unsigned int error;
- uint64_t expand_pad[3]; /*Future expansion */
+ unsigned int sequence;
+ unsigned int pad64;
+ uint64_t expand_pad[2]; /*Future expansion */
};
/* Buffer permissions, referring to how the GPU uses the buffers.