diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 91f343c8b160..5ebed3ea10ba 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1478,6 +1478,7 @@ extern struct drm_gem_object *drm_gem_prime_import(struct drm_device *dev, | |||
1478 | struct dma_buf *dma_buf); | 1478 | struct dma_buf *dma_buf); |
1479 | extern int drm_gem_prime_fd_to_handle(struct drm_device *dev, | 1479 | extern int drm_gem_prime_fd_to_handle(struct drm_device *dev, |
1480 | struct drm_file *file_priv, int prime_fd, uint32_t *handle); | 1480 | struct drm_file *file_priv, int prime_fd, uint32_t *handle); |
1481 | extern void drm_gem_dmabuf_release(struct dma_buf *dma_buf); | ||
1481 | 1482 | ||
1482 | extern int drm_prime_handle_to_fd_ioctl(struct drm_device *dev, void *data, | 1483 | extern int drm_prime_handle_to_fd_ioctl(struct drm_device *dev, void *data, |
1483 | struct drm_file *file_priv); | 1484 | struct drm_file *file_priv); |