aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_syncobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_syncobj.h')
-rw-r--r--include/drm/drm_syncobj.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/drm/drm_syncobj.h b/include/drm/drm_syncobj.h
index 3980602472c0..425432b85a87 100644
--- a/include/drm/drm_syncobj.h
+++ b/include/drm/drm_syncobj.h
@@ -131,15 +131,10 @@ drm_syncobj_fence_get(struct drm_syncobj *syncobj)
131 131
132struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private, 132struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private,
133 u32 handle); 133 u32 handle);
134void drm_syncobj_add_callback(struct drm_syncobj *syncobj, 134void drm_syncobj_replace_fence(struct drm_syncobj *syncobj, u64 point,
135 struct drm_syncobj_cb *cb,
136 drm_syncobj_func_t func);
137void drm_syncobj_remove_callback(struct drm_syncobj *syncobj,
138 struct drm_syncobj_cb *cb);
139void drm_syncobj_replace_fence(struct drm_syncobj *syncobj,
140 struct dma_fence *fence); 135 struct dma_fence *fence);
141int drm_syncobj_find_fence(struct drm_file *file_private, 136int drm_syncobj_find_fence(struct drm_file *file_private,
142 u32 handle, 137 u32 handle, u64 point,
143 struct dma_fence **fence); 138 struct dma_fence **fence);
144void drm_syncobj_free(struct kref *kref); 139void drm_syncobj_free(struct kref *kref);
145int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags, 140int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags,