diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-03-11 13:09:28 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-03-14 10:13:46 +1000 |
commit | a8b005fd527076b01b6df16c49f71416649ac859 (patch) | |
tree | 1584c1921dd33ec84b35a9ec075aa6764d2eb001 /drivers/gpu/drm/nouveau/include | |
parent | 608fd040b730a137ff771df43207aa702973d210 (diff) | |
download | blackbird-op-linux-a8b005fd527076b01b6df16c49f71416649ac859.tar.gz blackbird-op-linux-a8b005fd527076b01b6df16c49f71416649ac859.zip |
drm/nouveau/fifo/gk104: add sec plumbing
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include')
-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 663ecde66002..b5dec1377939 100644 --- a/drivers/gpu/drm/nouveau/include/nvif/cla06f.h +++ b/drivers/gpu/drm/nouveau/include/nvif/cla06f.h @@ -7,6 +7,7 @@ struct kepler_channel_gpfifo_a_v0 { __u16 chid; #define NVA06F_V0_ENGINE_SW 0x00000001 #define NVA06F_V0_ENGINE_GR 0x00000002 +#define NVA06F_V0_ENGINE_SEC 0x00000004 #define NVA06F_V0_ENGINE_MSVLD 0x00000010 #define NVA06F_V0_ENGINE_MSPDEC 0x00000020 #define NVA06F_V0_ENGINE_MSPPP 0x00000040 |