summaryrefslogtreecommitdiff
path: root/libdrm/xf86drm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 21:57:37 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 21:57:37 +0200
commitde144ba23c1245cf021a63cc739c7c9903568272 (patch)
treeef8fc738aa2e4cad7ac4f1178b1cb7aaf91b9dc8 /libdrm/xf86drm.h
parent23f01c9fe8e6170459fe46ad5fc9757bbe967d96 (diff)
Part of buffer object libdrm interface.
Diffstat (limited to 'libdrm/xf86drm.h')
-rw-r--r--libdrm/xf86drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdrm/xf86drm.h b/libdrm/xf86drm.h
index 58cbd16c..ca48bfbf 100644
--- a/libdrm/xf86drm.h
+++ b/libdrm/xf86drm.h
@@ -292,6 +292,8 @@ typedef struct _drmTTM{
drm_handle_t user_token;
unsigned flags;
unsigned long size;
+ void *virtual;
+ int mapCount;
} drmTTM;
#define __drm_dummy_lock(lock) (*(__volatile__ unsigned int *)lock)