summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-09-25 16:16:14 +1000
committerDave Airlie <airlied@linux.ie>2007-09-25 16:17:17 +1000
commit03c47f1420bf17a1e0f2b86be500656ae5a4c95b (patch)
tree42c13818e666aaf7fba1f223c73725a6bb063bce /shared-core/drm.h
parentbb5516f4f47d16d5d59797fa170abd50d35377a7 (diff)
drm: use fence_class as name instead of class
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 30c7a1a3..b4754ead 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -647,11 +647,11 @@ 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 pad64;
+ unsigned int sequence;
uint64_t expand_pad[3]; /*Future expansion */
};