summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_state.c
diff options
context:
space:
mode:
authorBen Skeggs <darktama@iinet.net.au>2006-11-30 10:31:42 +1100
committerBen Skeggs <darktama@iinet.net.au>2006-11-30 10:31:42 +1100
commit80d75cf6950acf1a00a031ceb6511b26dcc9b056 (patch)
tree77241d73a4ef58f6dff129d9184928edd09bc330 /shared-core/nouveau_state.c
parentb1a9a769711d83af8ab4c7ba4eec52a05a351533 (diff)
Use nouveau_mem.c to allocate RAMIN.
Diffstat (limited to 'shared-core/nouveau_state.c')
-rw-r--r--shared-core/nouveau_state.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-core/nouveau_state.c b/shared-core/nouveau_state.c
index 1128da54..b2934b43 100644
--- a/shared-core/nouveau_state.c
+++ b/shared-core/nouveau_state.c
@@ -70,9 +70,6 @@ int nouveau_firstopen(struct drm_device *dev)
*/
ret = nouveau_fifo_init(dev);
if (ret) return ret;
- /* Initialise instance memory allocation */
- ret = nouveau_object_init(dev);
- if (ret) return ret;
/* FIXME: doesn't belong here, and have no idea what it's for.. */
if (dev_priv->card_type >= NV_40) {