aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 150fdeea11a..3ba7a649fe5 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -700,8 +700,10 @@ extern bool nouveau_wait_for_idle(struct drm_device *);
700extern int nouveau_card_init(struct drm_device *); 700extern int nouveau_card_init(struct drm_device *);
701 701
702/* nouveau_mem.c */ 702/* nouveau_mem.c */
703extern int nouveau_mem_detect(struct drm_device *dev); 703extern int nouveau_mem_vram_init(struct drm_device *);
704extern int nouveau_mem_init(struct drm_device *); 704extern void nouveau_mem_vram_fini(struct drm_device *);
705extern int nouveau_mem_gart_init(struct drm_device *);
706extern void nouveau_mem_gart_fini(struct drm_device *);
705extern int nouveau_mem_init_agp(struct drm_device *); 707extern int nouveau_mem_init_agp(struct drm_device *);
706extern int nouveau_mem_reset_agp(struct drm_device *); 708extern int nouveau_mem_reset_agp(struct drm_device *);
707extern void nouveau_mem_close(struct drm_device *); 709extern void nouveau_mem_close(struct drm_device *);