diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-11-14 02:52:55 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-11-14 02:59:00 +0100 |
commit | 448ccf13ba647a4b649857c661ab9c64bce91795 (patch) | |
tree | 4d9201d62d5779bcffc21d40759fdd044e3e08da /shared-core | |
parent | f3708b4c04b35b03c28b2297c23eb424206747cd (diff) |
nouveau: adjust the size of the NV34 context. That fixes mobile PPC cards.
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 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, |