aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-09-03 01:46:58 -0400
committerBen Skeggs <bskeggs@redhat.com>2010-09-24 02:24:38 -0400
commitd96773e7b61d9976b8227e018a1c94fb7374e641 (patch)
treed0cbc60e4ebd8722b0f77d6e8008925dd20b027e /drivers/gpu/drm/nouveau/nouveau_drv.h
parente69b4418825c2e4c6563ae1d69bd75377826e263 (diff)
drm/nv50: move vm trap to nv50_fb.c
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index dc90fd2861b7..c8b990b09f5d 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -903,10 +903,10 @@ extern int nv40_fb_init(struct drm_device *);
903extern void nv40_fb_takedown(struct drm_device *); 903extern void nv40_fb_takedown(struct drm_device *);
904extern void nv40_fb_set_region_tiling(struct drm_device *, int, uint32_t, 904extern void nv40_fb_set_region_tiling(struct drm_device *, int, uint32_t,
905 uint32_t, uint32_t); 905 uint32_t, uint32_t);
906
907/* nv50_fb.c */ 906/* nv50_fb.c */
908extern int nv50_fb_init(struct drm_device *); 907extern int nv50_fb_init(struct drm_device *);
909extern void nv50_fb_takedown(struct drm_device *); 908extern void nv50_fb_takedown(struct drm_device *);
909extern void nv50_fb_vm_trap(struct drm_device *, int display, const char *);
910 910
911/* nvc0_fb.c */ 911/* nvc0_fb.c */
912extern int nvc0_fb_init(struct drm_device *); 912extern int nvc0_fb_init(struct drm_device *);