aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-07-30 00:42:42 +0100
committerThomas White <taw@bitwiz.org.uk>2009-07-30 00:42:42 +0100
commit02e83b037d405d514ffc43bcdd0c8abac7b06478 (patch)
tree6a47c39db4e4432e76f12cf6dcb6dbf771a676eb /include
parent694fdde90e4705c70b5daf8bbc275137b47340b6 (diff)
Implement glamo_ioctl_gem_mmap(), properly this time
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/drm/glamo_drm.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/drm/glamo_drm.h b/include/drm/glamo_drm.h
index c14873d6527..c0bc0e5afc9 100644
--- a/include/drm/glamo_drm.h
+++ b/include/drm/glamo_drm.h
@@ -88,11 +88,8 @@ struct drm_glamo_gem_create {
};
struct drm_glamo_gem_mmap {
- uint32_t handle;
- uint32_t pad;
- uint64_t offset;
- uint64_t size;
- uint64_t addr_ptr;
+ uint32_t handle; /* Handle goes in... */
+ uint64_t offset; /* ...offset comes out */
};
struct drm_glamo_gem_wait_rendering {