diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-03-11 04:09:28 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-03-14 01:13:46 +0100 |
commit | 608fd040b730a137ff771df43207aa702973d210 (patch) | |
tree | 08e7fec122a21dc73b6ebd71c2114ff4c0ec78ce /drivers/gpu/drm/nouveau/include/nvif | |
parent | drm/nouveau/fifo/gk104: add nvenc plumbing (diff) | |
download | linux-608fd040b730a137ff771df43207aa702973d210.tar.xz linux-608fd040b730a137ff771df43207aa702973d210.zip |
drm/nouveau/fifo/gk104: add nvdec plumbing
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvif')
-rw-r--r-- | drivers/gpu/drm/nouveau/include/nvif/cla06f.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/cla06f.h b/drivers/gpu/drm/nouveau/include/nvif/cla06f.h index f5083ba4add1..663ecde66002 100644 --- a/drivers/gpu/drm/nouveau/include/nvif/cla06f.h +++ b/drivers/gpu/drm/nouveau/include/nvif/cla06f.h @@ -11,6 +11,7 @@ struct kepler_channel_gpfifo_a_v0 { #define NVA06F_V0_ENGINE_MSPDEC 0x00000020 #define NVA06F_V0_ENGINE_MSPPP 0x00000040 #define NVA06F_V0_ENGINE_MSENC 0x00000080 +#define NVA06F_V0_ENGINE_NVDEC 0x00000200 #define NVA06F_V0_ENGINE_NVENC0 0x00000400 #define NVA06F_V0_ENGINE_NVENC1 0x00000800 #define NVA06F_V0_ENGINE_CE0 0x00010000 |