From 448ccf13ba647a4b649857c661ab9c64bce91795 Mon Sep 17 00:00:00 2001 From: Stephane Marchesin Date: Wed, 14 Nov 2007 02:52:55 +0100 Subject: [PATCH] nouveau: adjust the size of the NV34 context. That fixes mobile PPC cards. --- shared-core/nv20_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-core/nv20_graph.c b/shared-core/nv20_graph.c index a21fde71..797983f6 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 (18140) +#define NV34_GRCTX_SIZE (22000) #define NV35_36_GRCTX_SIZE (22396) static void nv20_graph_context_init(struct drm_device *dev, -- 2.11.0