aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_ttm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_ttm.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_ttm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_ttm.h b/drivers/gpu/drm/nouveau/nouveau_ttm.h
index 9f4d2715584b..25b0de413352 100644
--- a/drivers/gpu/drm/nouveau/nouveau_ttm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_ttm.h
@@ -17,5 +17,9 @@ struct ttm_tt *nouveau_sgdma_create_ttm(struct ttm_bo_device *,
17 17
18int nouveau_ttm_init(struct nouveau_drm *drm); 18int nouveau_ttm_init(struct nouveau_drm *drm);
19void nouveau_ttm_fini(struct nouveau_drm *drm); 19void nouveau_ttm_fini(struct nouveau_drm *drm);
20int nouveau_ttm_mmap(struct file *, struct vm_area_struct *);
21
22int nouveau_ttm_global_init(struct nouveau_drm *);
23void nouveau_ttm_global_release(struct nouveau_drm *);
20 24
21#endif 25#endif