diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-03-18 03:25:59 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-05-16 04:48:48 +0400 |
commit | 7ff5441e55feb1f6f38c39f32f31aa8a0e8f4b69 (patch) | |
tree | 59c10167be68dcca3e71a5215246502feb51f4a2 /drivers/gpu/drm/nouveau/nv50_graph.c | |
parent | a82dd49f14742e2529f79feb6360e0993277e788 (diff) | |
download | linux-7ff5441e55feb1f6f38c39f32f31aa8a0e8f4b69.tar.xz |
drm/nva3: implement support for copy engine
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_graph.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_graph.c b/drivers/gpu/drm/nouveau/nv50_graph.c index 5794cdef32c5..e25cbb46789a 100644 --- a/drivers/gpu/drm/nouveau/nv50_graph.c +++ b/drivers/gpu/drm/nouveau/nv50_graph.c @@ -939,7 +939,7 @@ nv50_pgraph_trap_handler(struct drm_device *dev, u32 display, u64 inst, u32 chid return 1; } -static int +int nv50_graph_isr_chid(struct drm_device *dev, u64 inst) { struct drm_nouveau_private *dev_priv = dev->dev_private; |