Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179879
b: refs/heads/master
c: dff3632
h: refs/heads/master
i:
  179877: 22442a0
  179875: 3888708
  179871: d92c628
v: v3
  • Loading branch information
Ben Skeggs committed Jan 10, 2010
1 parent 9f6d1f2 commit c889937
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: 1dee7a930bfddd69825fca3e3f9541c8a5333876
refs/heads/master: dff36321497b1130085820c81a44779b065c8d7e
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 @@ -130,7 +130,7 @@ READ_GET(struct nouveau_channel *chan, uint32_t *get)

val = nvchan_rd32(chan, chan->user_get);
if (val < chan->pushbuf_base ||
val >= chan->pushbuf_base + chan->pushbuf_bo->bo.mem.size) {
val > chan->pushbuf_base + (chan->dma.max << 2)) {
/* meaningless to dma_wait() except to know whether the
* GPU has stalled or not
*/
Expand Down

0 comments on commit c889937

Please sign in to comment.