drm/nouveau/vdec: implement support for VP3 engines
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / nouveau / core / subdev / vm / nv50.c
index 07dd1fe2d6fb431027c196ff818f44dd2b84d573..a4aa81a2173b15b244611a7fe820e66c0e08d25b 100644 (file)
@@ -174,6 +174,7 @@ nv50_vm_flush(struct nouveau_vm *vm)
                case NVDEV_ENGINE_GR   : vme = 0x00; break;
                case NVDEV_ENGINE_VP   : vme = 0x01; break;
                case NVDEV_SUBDEV_BAR  : vme = 0x06; break;
+               case NVDEV_ENGINE_PPP  :
                case NVDEV_ENGINE_MPEG : vme = 0x08; break;
                case NVDEV_ENGINE_BSP  : vme = 0x09; break;
                case NVDEV_ENGINE_CRYPT: vme = 0x0a; break;