Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371417
b: refs/heads/master
c: 466476d
h: refs/heads/master
i:
  371415: 0b1a73e
v: v3
  • Loading branch information
Jerome Glisse authored and Alex Deucher committed Apr 16, 2013
1 parent 6f63d50 commit 623781f
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: 2ab91adae722c63d1a4c9a6e414636e34804d792
refs/heads/master: 466476dfdcafbb4286ffa232a3a792731b9dc852
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ int radeon_ib_schedule(struct radeon_device *rdev, struct radeon_ib *ib,
radeon_semaphore_free(rdev, &ib->semaphore, NULL);
}
/* if we can't remember our last VM flush then flush now! */
if (ib->vm && !ib->vm->last_flush) {
/* XXX figure out why we have to flush for every IB */
if (ib->vm /*&& !ib->vm->last_flush*/) {
radeon_ring_vm_flush(rdev, ib->ring, ib->vm);
}
if (const_ib) {
Expand Down

0 comments on commit 623781f

Please sign in to comment.