summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-04 21:50:12 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-04 21:50:12 +0200
commit550f51b4bf9920718aab2c611b15de3020537f92 (patch)
treeda6bd0d4200c24cca7ac8f0648048b92dbcb8a8c /shared-core/drm.h
parenta6b8e3eaf49044e135a0b9288192525f301458d5 (diff)
Buffer object wait IOCTL operation.
Remove option to wait for fence / buffers and block signals.
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index a7d778ce..1a43e0af 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -726,7 +726,7 @@ typedef struct drm_ttm_arg {
#define DRM_BO_HINT_DONT_BLOCK 0x00000002
/* Don't place this buffer on the unfenced list.*/
#define DRM_BO_HINT_DONT_FENCE 0x00000004
-
+#define DRM_BO_HINT_WAIT_LAZY 0x00000008
@@ -759,7 +759,9 @@ typedef struct drm_bo_arg_request {
drm_bo_destroy,
drm_bo_reference,
drm_bo_unreference,
- drm_bo_info
+ drm_bo_info,
+ drm_bo_wait_idle,
+ drm_bo_ref_fence
} op;
} drm_bo_arg_request_t;