diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-08-19 08:45:27 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-12-02 15:37:19 +1000 |
commit | c3c2951a93073e07e5b1695df9fd4a8a5f3ded47 (patch) | |
tree | 80d1c081761472cd417147619ea10b22601ca78a /nvif | |
parent | 87625e8c11f0cdb9a0496863f6c7a3f54aa15970 (diff) |
disp/gm204: initial support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvif')
-rw-r--r-- | nvif/class.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nvif/class.h b/nvif/class.h index e5a27df0..0dc092ba 100644 --- a/nvif/class.h +++ b/nvif/class.h @@ -35,6 +35,7 @@ #define GK104_DISP 0x00009170 #define GK110_DISP 0x00009270 #define GM107_DISP 0x00009470 +#define GM204_DISP 0x00009570 #define NV50_DISP_CURSOR 0x0000507a #define G82_DISP_CURSOR 0x0000827a @@ -65,6 +66,7 @@ #define GK104_DISP_CORE_CHANNEL_DMA 0x0000917d #define GK110_DISP_CORE_CHANNEL_DMA 0x0000927d #define GM107_DISP_CORE_CHANNEL_DMA 0x0000947d +#define GM204_DISP_CORE_CHANNEL_DMA 0x0000957d #define NV50_DISP_OVERLAY_CHANNEL_DMA 0x0000507e #define G82_DISP_OVERLAY_CHANNEL_DMA 0x0000827e |