Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218239
b: refs/heads/master
c: 62841ab
h: refs/heads/master
i:
  218237: 90cc9d9
  218235: 5339b97
  218231: 304b6d8
  218223: f826c33
  218207: af2ea05
  218175: 25c3c47
  218111: 66d32e6
v: v3
  • Loading branch information
Ben Skeggs committed Oct 4, 2010
1 parent e18e285 commit c45a196
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: cd2fb2e9e0a6a3273d353b18e4bdd21cc0482724
refs/heads/master: 62841ab726def838472dfaaee571a0d30a2ce1e0
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ nv50_dma_push_wait(struct nouveau_channel *chan, int count)

chan->dma.ib_free = get - chan->dma.ib_put;
if (chan->dma.ib_free <= 0)
chan->dma.ib_free += chan->dma.ib_max + 1;
chan->dma.ib_free += chan->dma.ib_max;
}

return 0;
Expand Down

0 comments on commit c45a196

Please sign in to comment.