From c3c2951a93073e07e5b1695df9fd4a8a5f3ded47 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 19 Aug 2014 08:45:27 +1000 Subject: disp/gm204: initial support Signed-off-by: Ben Skeggs --- nvif/class.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nvif') diff --git a/nvif/class.h b/nvif/class.h index e5a27df06..0dc092ba7 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 -- cgit v1.2.1