diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-11-15 18:01:26 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-11-15 18:01:26 +0100 |
commit | 9b2a95bc6c9ddbf481d5f6017d9e85ed4def095d (patch) | |
tree | 57ce984a990d948f9164fc8feacde32da8533e00 /shared-core | |
parent | 3c998d8fcbb7745fd949347823eca678c6f904b8 (diff) |
nouveau: revert the nv34 context size change, it was not the culprit after all.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/nv20_graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nv20_graph.c b/shared-core/nv20_graph.c index dace7edb..81501ed7 100644 --- a/shared-core/nv20_graph.c +++ b/shared-core/nv20_graph.c @@ -29,7 +29,7 @@ #define NV2A_GRCTX_SIZE (3500*4) #define NV30_31_GRCTX_SIZE (24392) -#define NV34_GRCTX_SIZE (22000) +#define NV34_GRCTX_SIZE (18140) #define NV35_36_GRCTX_SIZE (22396) static void nv20_graph_context_init(struct drm_device *dev, |