Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329559
b: refs/heads/master
c: a36e70b
h: refs/heads/master
i:
  329557: bfa35d4
  329555: 29b7cc9
  329551: 6b71655
v: v3
  • Loading branch information
Christian König authored and Alex Deucher committed Sep 20, 2012
1 parent f9a71ba commit 39b41a7
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: 1678dbc22e4b2cfe24a7e042d822ddb837e378c0
refs/heads/master: a36e70b2e55539aba0ba8a934c46b71c235488ac
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_gart.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ int radeon_vm_bo_add(struct radeon_device *rdev,
head = &vm->va;
last_offset = 0;
list_for_each_entry(tmp, &vm->va, vm_list) {
if (bo_va->soffset >= last_offset && bo_va->eoffset < tmp->soffset) {
if (bo_va->soffset >= last_offset && bo_va->eoffset <= tmp->soffset) {
/* bo can be added before this one */
break;
}
Expand Down

0 comments on commit 39b41a7

Please sign in to comment.