summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-04-04 10:10:00 +0400
committerBen Skeggs <bskeggs@redhat.com>2011-05-16 04:48:59 +0400
commitc0924326c8306249aaae27016b80f3c07bb51705 (patch)
treecdaa94061d073f4ee5d90f2fbb360c0c1a0c88c0 /drivers/gpu/drm/nouveau/nouveau_drv.h
parenta02ccc7f97d9e9121aa641aca33ba2a2978aef31 (diff)
downloadlinux-c0924326c8306249aaae27016b80f3c07bb51705.tar.xz
drm/nv84: add support for PMPEG
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index e1e29ba5939f..39cbb5179b36 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -1158,6 +1158,9 @@ extern int nvc0_copy_create(struct drm_device *dev, int engine);
/* nv40_mpeg.c */
extern int nv40_mpeg_create(struct drm_device *dev);
+/* nv84_mpeg.c */
+extern int nv84_mpeg_create(struct drm_device *dev);
+
/* nv04_instmem.c */
extern int nv04_instmem_init(struct drm_device *);
extern void nv04_instmem_takedown(struct drm_device *);