Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179909
b: refs/heads/master
c: 134f248
h: refs/heads/master
i:
  179907: 0e135cc
v: v3
  • Loading branch information
Ben Skeggs committed Jan 17, 2010
1 parent eca1003 commit c9510df
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: 71666475018a3024fb49499096d26a9350349e8b
refs/heads/master: 134f248bea4bf5c3169b4950eb49c6651b09eb0e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nv50_fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ nv50_fifo_create_context(struct nouveau_channel *chan)
return ret;
ramfc = chan->ramfc->gpuobj;

ret = nouveau_gpuobj_new_ref(dev, chan, NULL, 0, 4096, 256,
ret = nouveau_gpuobj_new_ref(dev, chan, NULL, 0, 4096, 1024,
0, &chan->cache);
if (ret)
return ret;
Expand Down

0 comments on commit c9510df

Please sign in to comment.