diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-09-20 16:31:15 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-09-20 16:31:15 +0200 |
commit | fa511a3ff5150d932fd963594d1ef67a94bb8b1f (patch) | |
tree | bda4ce612c43e638777a53a7b549482e751a4876 /shared-core | |
parent | aac918e7c72a46a1b0f2329380e2d6b4196d04e4 (diff) |
Allow for 64-bit map handles of ttms and buffer objects.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/drm.h | 4 |
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; |