diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_gem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/drm/drm_gem.h b/include/drm/drm_gem.h index 5ee85c9eaa9d..5047c7ee25f5 100644 --- a/include/drm/drm_gem.h +++ b/include/drm/drm_gem.h | |||
@@ -390,6 +390,11 @@ int drm_gem_lock_reservations(struct drm_gem_object **objs, int count, | |||
390 | struct ww_acquire_ctx *acquire_ctx); | 390 | struct ww_acquire_ctx *acquire_ctx); |
391 | void drm_gem_unlock_reservations(struct drm_gem_object **objs, int count, | 391 | void drm_gem_unlock_reservations(struct drm_gem_object **objs, int count, |
392 | struct ww_acquire_ctx *acquire_ctx); | 392 | struct ww_acquire_ctx *acquire_ctx); |
393 | int drm_gem_fence_array_add(struct xarray *fence_array, | ||
394 | struct dma_fence *fence); | ||
395 | int drm_gem_fence_array_add_implicit(struct xarray *fence_array, | ||
396 | struct drm_gem_object *obj, | ||
397 | bool write); | ||
393 | int drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev, | 398 | int drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev, |
394 | u32 handle, u64 *offset); | 399 | u32 handle, u64 *offset); |
395 | int drm_gem_dumb_destroy(struct drm_file *file, | 400 | int drm_gem_dumb_destroy(struct drm_file *file, |