diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_ttm.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_ttm.h | 4 |
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 | ||
18 | int nouveau_ttm_init(struct nouveau_drm *drm); | 18 | int nouveau_ttm_init(struct nouveau_drm *drm); |
19 | void nouveau_ttm_fini(struct nouveau_drm *drm); | 19 | void nouveau_ttm_fini(struct nouveau_drm *drm); |
20 | int nouveau_ttm_mmap(struct file *, struct vm_area_struct *); | ||
21 | |||
22 | int nouveau_ttm_global_init(struct nouveau_drm *); | ||
23 | void nouveau_ttm_global_release(struct nouveau_drm *); | ||
20 | 24 | ||
21 | #endif | 25 | #endif |