Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228542
b: refs/heads/master
c: 3052be2
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Dec 3, 2010
1 parent b7eccb7 commit b8c93f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: bd2e597de8dbd000a3977871f15cb81e2925d63e
refs/heads/master: 3052be2cea64371300a0338d3ca5d3575fbd109c
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nv50_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ nv50_graph_create_context(struct nouveau_channel *chan)

NV_DEBUG(dev, "ch%d\n", chan->id);

ret = nouveau_gpuobj_new(dev, chan, pgraph->grctx_size, 0x1000,
ret = nouveau_gpuobj_new(dev, chan, pgraph->grctx_size, 0,
NVOBJ_FLAG_ZERO_ALLOC |
NVOBJ_FLAG_ZERO_FREE, &chan->ramin_grctx);
if (ret)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nv84_crypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ nv84_crypt_create_context(struct nouveau_channel *chan)

NV_DEBUG(dev, "ch%d\n", chan->id);

ret = nouveau_gpuobj_new(dev, chan, 256, 0x1000,
ret = nouveau_gpuobj_new(dev, chan, 256, 0,
NVOBJ_FLAG_ZERO_ALLOC | NVOBJ_FLAG_ZERO_FREE,
&chan->crypt_ctx);
if (ret)
Expand Down

0 comments on commit b8c93f5

Please sign in to comment.