Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228549
b: refs/heads/master
c: 8888cb1
h: refs/heads/master
i:
  228547: f295e99
v: v3
  • Loading branch information
Ben Skeggs committed Dec 3, 2010
1 parent e9aef08 commit e7d3dee
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 97e2000f757c19bb53e032320669f9a0d0b2a989
refs/heads/master: 8888cb18ffd1f32c51e61ca8d3d179c3c3946d1e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nv50_evo.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ nv50_evo_create(struct drm_device *dev)
* use this also as there's no per-channel support on the
* hardware
*/
ret = nouveau_gpuobj_new(dev, NULL, 32768, 0x1000,
ret = nouveau_gpuobj_new(dev, NULL, 32768, 65536,
NVOBJ_FLAG_ZERO_ALLOC, &evo->ramin);
if (ret) {
NV_ERROR(dev, "Error allocating EVO channel memory: %d\n", ret);
Expand Down

0 comments on commit e7d3dee

Please sign in to comment.