summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_object.c
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-09-17 14:49:04 +1000
committerBen Skeggs <skeggsb@gmail.com>2008-09-17 14:52:22 +1000
commitf152482bdecaa16db36b20b445a480445d18048c (patch)
tree3c950f1a9c726280eaa7df4ce9b99ed0c4d11f0b /shared-core/nouveau_object.c
parent973c634eaa54ee4085a72102c690bc643cb2d7a8 (diff)
nv50: add support for chipset 0x92
Diffstat (limited to 'shared-core/nouveau_object.c')
-rw-r--r--shared-core/nouveau_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_object.c b/shared-core/nouveau_object.c
index 07b5a397..5a44d41e 100644
--- a/shared-core/nouveau_object.c
+++ b/shared-core/nouveau_object.c
@@ -942,7 +942,7 @@ nouveau_gpuobj_channel_init_pramin(struct nouveau_channel *chan)
/* RAMFC */
size += 0x1000;
/* PGRAPH context */
- size += 0x60000;
+ size += 0x70000;
}
DRM_DEBUG("ch%d PRAMIN size: 0x%08x bytes, base alloc=0x%08x\n",