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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index b4dd61cb..8ac5a31e 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -677,7 +677,7 @@ typedef struct drm_ttm_arg {
drm_ttm_unreference
} op;
unsigned handle;
- unsigned user_token;
+ drm_u64_t user_token;
drm_u64_t size;
unsigned flags;
}drm_ttm_arg_t;
@@ -781,7 +781,7 @@ typedef struct drm_bo_arg_reply {
unsigned flags;
drm_u64_t size;
drm_u64_t offset;
- unsigned arg_handle;
+ drm_u64_t arg_handle;
unsigned mask;
drm_u64_t buffer_start;
unsigned fence_flags;