summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/include/engine/mpeg.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-05-13 14:55:46 +0400
committerBen Skeggs <bskeggs@redhat.com>2013-07-01 07:44:44 +0400
commit464d636bd0a7a905209816d1dee0838ccb79e57a (patch)
tree35483c33837acb130710f1c944bb91ebf23f17fd /drivers/gpu/drm/nouveau/core/include/engine/mpeg.h
parentc3032adb5c097775235e3a1959b71ab6421e4ffb (diff)
downloadlinux-464d636bd0a7a905209816d1dee0838ccb79e57a.tar.xz
drm/nv50/vm: remove explicit vm knowledge from engines
This reverses the lock ordering between VM and gr/nv84:nvc0. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/include/engine/mpeg.h')
-rw-r--r--drivers/gpu/drm/nouveau/core/include/engine/mpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/include/engine/mpeg.h b/drivers/gpu/drm/nouveau/core/include/engine/mpeg.h
index bbf0d4a5bbd7..1d1a89a06ee4 100644
--- a/drivers/gpu/drm/nouveau/core/include/engine/mpeg.h
+++ b/drivers/gpu/drm/nouveau/core/include/engine/mpeg.h
@@ -54,7 +54,6 @@ extern struct nouveau_ofuncs nv50_mpeg_ofuncs;
int nv50_mpeg_context_ctor(struct nouveau_object *, struct nouveau_object *,
struct nouveau_oclass *, void *, u32,
struct nouveau_object **);
-int nv50_mpeg_tlb_flush(struct nouveau_engine *);
void nv50_mpeg_intr(struct nouveau_subdev *);
int nv50_mpeg_init(struct nouveau_object *);