Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263763
b: refs/heads/master
c: cfd8be0
h: refs/heads/master
i:
  263761: 4a25e18
  263759: c3b65c4
v: v3
  • Loading branch information
Ben Skeggs committed Sep 9, 2011
1 parent a8e378f commit 4ccc072
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ffbc559b0699891c6deb9fd2b4750671eab94999
refs/heads/master: cfd8be088e97a762902a4820f501fb13102984e9
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_fence.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@ nouveau_fence_channel_init(struct nouveau_channel *chan)
nouveau_gpuobj_ref(NULL, &obj);
if (ret)
return ret;
} else {
} else
if (USE_SEMA(dev)) {
/* map fence bo into channel's vm */
ret = nouveau_bo_vma_add(dev_priv->fence.bo, chan->vm,
&chan->fence.vma);
Expand Down

0 comments on commit 4ccc072

Please sign in to comment.