diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-08-20 06:54:19 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-08-28 04:40:41 +0200 |
commit | 218f978d43296a9ac142a63361e25f517df3d318 (patch) | |
tree | 7f969e8f41d07c5237ed7e7a866ce1840090b024 /drivers/gpu/drm/nouveau/include/nvif | |
parent | drm/nouveau/gr: convert user classes to new-style nvkm_object (diff) | |
download | linux-218f978d43296a9ac142a63361e25f517df3d318.tar.xz linux-218f978d43296a9ac142a63361e25f517df3d318.zip |
drm/nouveau/mpeg: convert user classes to new-style nvkm_object
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/class.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/class.h b/drivers/gpu/drm/nouveau/include/nvif/class.h index 3edd4c1d5631..1b85ffe629aa 100644 --- a/drivers/gpu/drm/nouveau/include/nvif/class.h +++ b/drivers/gpu/drm/nouveau/include/nvif/class.h @@ -45,6 +45,9 @@ #define GM107_DISP 0x00009470 #define GM204_DISP 0x00009570 +#define NV31_MPEG 0x00003174 +#define G82_MPEG 0x00008274 + #define NV74_VP2 0x00007476 #define NV50_DISP_CURSOR 0x0000507a |