summaryrefslogtreecommitdiff
path: root/libdrm/xf86mm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-01 16:38:06 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-01 16:38:06 +0200
commitef8e618cf30ab7dcbe8c7211e0c2508c5520a669 (patch)
treea2e176f15e84526ea09e28f12508468125c91d8d /libdrm/xf86mm.h
parent11f51a9a877d1231551e8c6482a6f70daf380cdd (diff)
Export buffer info on map and validate ioctls.
Add an info ioctl operation.
Diffstat (limited to 'libdrm/xf86mm.h')
-rw-r--r--libdrm/xf86mm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdrm/xf86mm.h b/libdrm/xf86mm.h
index aaee3c0b..a8458b15 100644
--- a/libdrm/xf86mm.h
+++ b/libdrm/xf86mm.h
@@ -92,6 +92,8 @@ typedef struct _drmBO{
unsigned long size;
unsigned long offset;
unsigned long start;
+ unsigned replyFlags;
+ unsigned fenceFlags;
void *virtual;
void *mapVirtual;
int mapCount;