summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2013-06-27 04:14:01 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2013-07-01 03:50:49 (GMT)
commit05f9a5bc58381f58095d8789e1c2d4e18758c2bc (patch)
treec102fc1c382ebf829c741c309029f35b22903b69 /drivers/gpu/drm/nouveau/core/subdev
parenta0376b1481fdb9c9e8064ea0c5af8bd80da3f8f3 (diff)
downloadlinux-fsl-qoriq-05f9a5bc58381f58095d8789e1c2d4e18758c2bc.tar.xz
drm/nouveau/bsp/nv84: initial vp2 engine implementation
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/subdev')
-rw-r--r--drivers/gpu/drm/nouveau/core/subdev/vm/nv50.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/core/subdev/vm/nv50.c b/drivers/gpu/drm/nouveau/core/subdev/vm/nv50.c
index fcae49f..07dd1fe 100644
--- a/drivers/gpu/drm/nouveau/core/subdev/vm/nv50.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/vm/nv50.c
@@ -175,6 +175,7 @@ nv50_vm_flush(struct nouveau_vm *vm)
case NVDEV_ENGINE_VP : vme = 0x01; break;
case NVDEV_SUBDEV_BAR : vme = 0x06; break;
case NVDEV_ENGINE_MPEG : vme = 0x08; break;
+ case NVDEV_ENGINE_BSP : vme = 0x09; break;
case NVDEV_ENGINE_CRYPT: vme = 0x0a; break;
case NVDEV_ENGINE_COPY0: vme = 0x0d; break;
default: