projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72150b2
)
drm/nouveau/fifo/gk104: add msenc plumbing
author
Ben Skeggs
<
[email protected]
>
Fri, 11 Mar 2016 03:09:28 +0000
(13:09 +1000)
committer
Ben Skeggs
<
[email protected]
>
Mon, 14 Mar 2016 00:13:45 +0000
(10:13 +1000)
Signed-off-by: Ben Skeggs <
[email protected]
>
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c
b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c
index 1c930dcb36d83e30a138d8616b8a0fda0e27cb87..095957b6fde5344f05ff25d4287984cce220ff25 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c
@@
-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;