aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-07-04 02:25:18 -0400
committerBen Skeggs <bskeggs@redhat.com>2011-09-20 02:05:54 -0400
commit26f6d88b32706058866a74ecd6600b84fb82d09a (patch)
tree50d47a7d05455981dc9099e56206d415d2cd885f /drivers/gpu/drm/nouveau/nouveau_drv.h
parent02e4f5877dc7b963b3dd2beaf9664cf29c12d728 (diff)
drm/nvd0/disp: very initial evo setup
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 6469ffee6fc0..e5d4e7d291bc 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -1281,6 +1281,11 @@ extern int nv04_display_create(struct drm_device *);
1281extern int nv04_display_init(struct drm_device *); 1281extern int nv04_display_init(struct drm_device *);
1282extern void nv04_display_destroy(struct drm_device *); 1282extern void nv04_display_destroy(struct drm_device *);
1283 1283
1284/* nvd0_display.c */
1285extern int nvd0_display_create(struct drm_device *);
1286extern int nvd0_display_init(struct drm_device *);
1287extern void nvd0_display_destroy(struct drm_device *);
1288
1284/* nv04_crtc.c */ 1289/* nv04_crtc.c */
1285extern int nv04_crtc_create(struct drm_device *, int index); 1290extern int nv04_crtc_create(struct drm_device *, int index);
1286 1291