From: Stephane Marchesin Date: Mon, 8 Jan 2007 19:55:57 +0000 (+0100) Subject: nouveau: fix nv4a context size. X-Git-Tag: submit/1.0/20121108.012404~1264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=deba42ef32da0c2d0977cdeb639420e1ac1b7f2b;p=profile%2Fivi%2Flibdrm.git nouveau: fix nv4a context size. --- diff --git a/shared-core/nv40_graph.c b/shared-core/nv40_graph.c index 53f55bc..3e1b2f6 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