summaryrefslogtreecommitdiff
path: root/libdrm/xf86mm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-18 16:02:33 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-18 16:02:33 +0200
commitc4fad4c96168a3dfabaa8a7e97758fefd014c8a7 (patch)
treefc99929797b17fb75d510b73d1edbfcd7abf255e /libdrm/xf86mm.h
parentf613022ceef1814cb734bb3375f01962fd3bcf10 (diff)
More verbose error reporting in some cases.
Add a buffer object waitIdle user-space function. Fix some names and minor glitches.
Diffstat (limited to 'libdrm/xf86mm.h')
-rw-r--r--libdrm/xf86mm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdrm/xf86mm.h b/libdrm/xf86mm.h
index 4cb37e23..a62aef47 100644
--- a/libdrm/xf86mm.h
+++ b/libdrm/xf86mm.h
@@ -202,7 +202,7 @@ extern int drmBOValidate(int fd, drmBO *buf, unsigned flags, unsigned mask,
unsigned hint);
extern int drmBOFence(int fd, drmBO *buf, unsigned flags, unsigned fenceHandle);
extern int drmBOInfo(int fd, drmBO *buf);
-extern int drmBufBusy(int fd, drmBO *buf, int *busy);
+extern int drmBOBusy(int fd, drmBO *buf, int *busy);
extern int drmAddValidateItem(drmBOList *list, drmBO *buf, unsigned flags,
@@ -210,7 +210,7 @@ extern int drmAddValidateItem(drmBOList *list, drmBO *buf, unsigned flags,
int *newItem);
extern int drmBOValidateList(int fd, drmBOList *list);
extern int drmBOFenceList(int fd, drmBOList *list, unsigned fenceHandle);
-
+extern int drmBOWaitIdle(int fd, drmBO *buf, unsigned hint);
/*
* Initialization functions.