aboutsummaryrefslogtreecommitdiff
path: root/include/drm/glamo_drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/glamo_drm.h')
-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 {