aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-08-20 17:27:15 +0100
committerThomas White <taw@bitwiz.org.uk>2009-08-20 17:27:15 +0100
commitb7629bbd863a3de9c7d8c2e699437d517bbd6f1d (patch)
tree324ae7dda8833846e336b2017b749feac45d459a /include
parentd64cf0eb8af643de2dd949539de56fcbc95de704 (diff)
Initial buffer wait/IRQ stuff
IRQ stuff brought across from earlier work by Andreas. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/drm/glamo_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/glamo_drm.h b/include/drm/glamo_drm.h
index c0bc0e5afc9..ecf35505837 100644
--- a/include/drm/glamo_drm.h
+++ b/include/drm/glamo_drm.h
@@ -94,6 +94,7 @@ struct drm_glamo_gem_mmap {
struct drm_glamo_gem_wait_rendering {
uint32_t handle;
+ int have_handle;
};
struct drm_glamo_gem_pin {