summaryrefslogtreecommitdiff
path: root/drm/nouveau/nvkm/core
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-07-09 10:41:01 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-07-14 11:51:56 +1000
commit9149e65fb7974127caf10d385d441efcc0477f71 (patch)
tree80f66ffa73db0e50726390fe60f6362437150e51 /drm/nouveau/nvkm/core
parent8d563bf3df243b9ca7657f9af57c2bc3e2bfc665 (diff)
downloadnouveau-9149e65fb7974127caf10d385d441efcc0477f71.tar.gz
core: increase maximum nvenc instances to 3
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drm/nouveau/nvkm/core')
-rw-r--r--drm/nouveau/nvkm/core/subdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drm/nouveau/nvkm/core/subdev.c b/drm/nouveau/nvkm/core/subdev.c
index bf825ad53..19044aba2 100644
--- a/drm/nouveau/nvkm/core/subdev.c
+++ b/drm/nouveau/nvkm/core/subdev.c
@@ -74,6 +74,7 @@ nvkm_subdev_name[NVKM_SUBDEV_NR] = {
[NVKM_ENGINE_MSVLD ] = "msvld",
[NVKM_ENGINE_NVENC0 ] = "nvenc0",
[NVKM_ENGINE_NVENC1 ] = "nvenc1",
+ [NVKM_ENGINE_NVENC2 ] = "nvenc2",
[NVKM_ENGINE_NVDEC ] = "nvdec",
[NVKM_ENGINE_PM ] = "pm",
[NVKM_ENGINE_SEC ] = "sec",