nouveau: revert the nv34 context size change, it was not the culprit after all.
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Thu, 15 Nov 2007 17:01:26 +0000 (18:01 +0100)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Thu, 15 Nov 2007 17:01:26 +0000 (18:01 +0100)
shared-core/nv20_graph.c

index dace7ed..81501ed 100644 (file)
@@ -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,