Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218189
b: refs/heads/master
c: 35fd5b4
h: refs/heads/master
i:
  218187: 5acd043
v: v3
  • Loading branch information
Francisco Jerez authored and Ben Skeggs committed Sep 24, 2010
1 parent de4edcf commit 359e4a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de5899bdaccaabfaab894559a7eec3302ae88b52
refs/heads/master: 35fd5b42f035c795bd9c6649591f59b500cb62b3
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nv04_instmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ int nv04_instmem_init(struct drm_device *dev)
u32 offset, length;
int ret;

/* RAMIN always available */
dev_priv->ramin_available = true;

/* Setup shared RAMHT */
ret = nouveau_gpuobj_new_fake(dev, 0x10000, ~0, 4096,
NVOBJ_FLAG_ZERO_ALLOC, &ramht);
Expand Down Expand Up @@ -81,7 +84,6 @@ int nv04_instmem_init(struct drm_device *dev)
return ret;
}

dev_priv->ramin_available = true;
return 0;
}

Expand Down

0 comments on commit 359e4a0

Please sign in to comment.