diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-07-04 02:25:18 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-09-20 02:05:54 -0400 |
commit | 26f6d88b32706058866a74ecd6600b84fb82d09a (patch) | |
tree | 50d47a7d05455981dc9099e56206d415d2cd885f /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 02e4f5877dc7b963b3dd2beaf9664cf29c12d728 (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.h | 5 |
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 *); | |||
1281 | extern int nv04_display_init(struct drm_device *); | 1281 | extern int nv04_display_init(struct drm_device *); |
1282 | extern void nv04_display_destroy(struct drm_device *); | 1282 | extern void nv04_display_destroy(struct drm_device *); |
1283 | 1283 | ||
1284 | /* nvd0_display.c */ | ||
1285 | extern int nvd0_display_create(struct drm_device *); | ||
1286 | extern int nvd0_display_init(struct drm_device *); | ||
1287 | extern void nvd0_display_destroy(struct drm_device *); | ||
1288 | |||
1284 | /* nv04_crtc.c */ | 1289 | /* nv04_crtc.c */ |
1285 | extern int nv04_crtc_create(struct drm_device *, int index); | 1290 | extern int nv04_crtc_create(struct drm_device *, int index); |
1286 | 1291 | ||