Commit 5d7fa4de authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/fifo/gk104: add msenc plumbing

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 72150b2e
......@@ -66,6 +66,7 @@ gk104_fifo_gpfifo_engine_addr(struct nvkm_engine *engine)
case NVKM_ENGINE_MSPDEC: return 0x0250;
case NVKM_ENGINE_MSPPP : return 0x0260;
case NVKM_ENGINE_MSVLD : return 0x0270;
case NVKM_ENGINE_MSENC : return 0x0290;
default:
WARN_ON(1);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment