summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
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;