aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 60c33f14408f..61196592152e 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1592,9 +1592,8 @@ extern void drm_prime_gem_destroy(struct drm_gem_object *obj, struct sg_table *s
1592 1592
1593void drm_prime_init_file_private(struct drm_prime_file_private *prime_fpriv); 1593void drm_prime_init_file_private(struct drm_prime_file_private *prime_fpriv);
1594void drm_prime_destroy_file_private(struct drm_prime_file_private *prime_fpriv); 1594void drm_prime_destroy_file_private(struct drm_prime_file_private *prime_fpriv);
1595int drm_prime_add_imported_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t handle); 1595int drm_prime_lookup_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t *handle);
1596int drm_prime_lookup_imported_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t *handle); 1596void drm_prime_remove_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf);
1597void drm_prime_remove_imported_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf);
1598 1597
1599int drm_prime_add_dma_buf(struct drm_device *dev, struct drm_gem_object *obj); 1598int drm_prime_add_dma_buf(struct drm_device *dev, struct drm_gem_object *obj);
1600int drm_prime_lookup_obj(struct drm_device *dev, struct dma_buf *buf, 1599int drm_prime_lookup_obj(struct drm_device *dev, struct dma_buf *buf,