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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index e4f765c80fb0..82670ac0d774 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1616,6 +1616,8 @@ int drm_gem_private_object_init(struct drm_device *dev,
1616void drm_gem_object_handle_free(struct drm_gem_object *obj); 1616void drm_gem_object_handle_free(struct drm_gem_object *obj);
1617void drm_gem_vm_open(struct vm_area_struct *vma); 1617void drm_gem_vm_open(struct vm_area_struct *vma);
1618void drm_gem_vm_close(struct vm_area_struct *vma); 1618void drm_gem_vm_close(struct vm_area_struct *vma);
1619int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size,
1620 struct vm_area_struct *vma);
1619int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma); 1621int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma);
1620 1622
1621#include <drm/drm_global.h> 1623#include <drm/drm_global.h>