diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 6b24186a103f..9f4b8f2e2ec8 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -896,6 +896,10 @@ extern void nv10_fb_takedown(struct drm_device *); | |||
896 | extern void nv10_fb_set_region_tiling(struct drm_device *, int, uint32_t, | 896 | extern void nv10_fb_set_region_tiling(struct drm_device *, int, uint32_t, |
897 | uint32_t, uint32_t); | 897 | uint32_t, uint32_t); |
898 | 898 | ||
899 | /* nv30_fb.c */ | ||
900 | extern int nv30_fb_init(struct drm_device *); | ||
901 | extern void nv30_fb_takedown(struct drm_device *); | ||
902 | |||
899 | /* nv40_fb.c */ | 903 | /* nv40_fb.c */ |
900 | extern int nv40_fb_init(struct drm_device *); | 904 | extern int nv40_fb_init(struct drm_device *); |
901 | extern void nv40_fb_takedown(struct drm_device *); | 905 | extern void nv40_fb_takedown(struct drm_device *); |