summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvc0_graph.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-04-01 10:10:08 +0400
committerBen Skeggs <bskeggs@redhat.com>2011-05-16 04:48:53 +0400
commitd5a27370b507be810bd32a01fe493adef7ad85d9 (patch)
treee78cb0483d72eb89e7ac11649e178b8faed1b7b2 /drivers/gpu/drm/nouveau/nvc0_graph.c
parent7ff5441e55feb1f6f38c39f32f31aa8a0e8f4b69 (diff)
downloadlinux-d5a27370b507be810bd32a01fe493adef7ad85d9.tar.xz
drm/nvc0: implement support for copy engines
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_graph.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvc0_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.c b/drivers/gpu/drm/nouveau/nvc0_graph.c
index e8473c006845..31a177fa23f8 100644
--- a/drivers/gpu/drm/nouveau/nvc0_graph.c
+++ b/drivers/gpu/drm/nouveau/nvc0_graph.c
@@ -531,7 +531,7 @@ nvc0_graph_init(struct drm_device *dev, int engine)
return 0;
}
-static int
+int
nvc0_graph_isr_chid(struct drm_device *dev, u64 inst)
{
struct drm_nouveau_private *dev_priv = dev->dev_private;