diff options
Diffstat (limited to 'include/drm/drm_syncobj.h')
| -rw-r--r-- | include/drm/drm_syncobj.h | 9 |
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 | ||
| 132 | struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private, | 132 | struct drm_syncobj *drm_syncobj_find(struct drm_file *file_private, |
| 133 | u32 handle); | 133 | u32 handle); |
| 134 | void drm_syncobj_add_callback(struct drm_syncobj *syncobj, | 134 | void drm_syncobj_replace_fence(struct drm_syncobj *syncobj, u64 point, |
| 135 | struct drm_syncobj_cb *cb, | ||
| 136 | drm_syncobj_func_t func); | ||
| 137 | void drm_syncobj_remove_callback(struct drm_syncobj *syncobj, | ||
| 138 | struct drm_syncobj_cb *cb); | ||
| 139 | void drm_syncobj_replace_fence(struct drm_syncobj *syncobj, | ||
| 140 | struct dma_fence *fence); | 135 | struct dma_fence *fence); |
| 141 | int drm_syncobj_find_fence(struct drm_file *file_private, | 136 | int 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); |
| 144 | void drm_syncobj_free(struct kref *kref); | 139 | void drm_syncobj_free(struct kref *kref); |
| 145 | int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags, | 140 | int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags, |
