From 02e83b037d405d514ffc43bcdd0c8abac7b06478 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 30 Jul 2009 00:42:42 +0100 Subject: Implement glamo_ioctl_gem_mmap(), properly this time Signed-off-by: Thomas White --- include/drm/glamo_drm.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include') 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 { -- cgit v1.2.3