From deba42ef32da0c2d0977cdeb639420e1ac1b7f2b Mon Sep 17 00:00:00 2001 From: Stephane Marchesin Date: Mon, 8 Jan 2007 20:55:57 +0100 Subject: nouveau: fix nv4a context size. --- shared-core/nv40_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-core') diff --git a/shared-core/nv40_graph.c b/shared-core/nv40_graph.c index 53f55bce..3e1b2f6f 100644 --- a/shared-core/nv40_graph.c +++ b/shared-core/nv40_graph.c @@ -10,7 +10,7 @@ */ #define NV40_GRCTX_SIZE (175*1024) #define NV43_GRCTX_SIZE (70*1024) -#define NV4A_GRCTX_SIZE (60*1024) +#define NV4A_GRCTX_SIZE (64*1024) #define NV4E_GRCTX_SIZE (25*1024) /*TODO: deciper what each offset in the context represents. The below -- cgit v1.2.3