diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-01-08 20:55:57 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-01-08 20:55:57 +0100 |
commit | deba42ef32da0c2d0977cdeb639420e1ac1b7f2b (patch) | |
tree | be0f2f4422a43cc176b74ecd7cd18487f4f4dbd7 | |
parent | 22821cf01d6509b7c074e42ae0ef9567e48e97d2 (diff) |
nouveau: fix nv4a context size.
-rw-r--r-- | shared-core/nv40_graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |