Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179884
b: refs/heads/master
c: e147eae
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Jan 14, 2010
1 parent ef18c2f commit 3035773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9855e584d296a32bbcc1bb3d29b7e0ed078b03cc
refs/heads/master: e147eae80afe98b86a7921a40a709584e6603e34
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_bo.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,8 @@ nouveau_bo_move_accel_cleanup(struct nouveau_channel *chan,

ret = ttm_bo_move_accel_cleanup(&nvbo->bo, fence, NULL,
evict, no_wait, new_mem);
if (nvbo->channel && nvbo->channel != chan)
ret = nouveau_fence_wait(fence, NULL, false, false);
nouveau_fence_unref((void *)&fence);
return ret;
}
Expand Down

0 comments on commit 3035773

Please sign in to comment.