Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196561
b: refs/heads/master
c: 365048f
h: refs/heads/master
i:
  196559: 45833bb
v: v3
  • Loading branch information
Michel Dänzer authored and Dave Airlie committed May 21, 2010
1 parent 76b456a commit f4dd0e9
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: 45737447ed160faaba036c0709226bf9057f7b72
refs/heads/master: 365048ff7f977c5983d67b63c47502c5964840e9
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_ttm.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ static int radeon_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_mem_
/* RADEON_IS_AGP is set only if AGP is active */
mem->bus.offset = mem->mm_node->start << PAGE_SHIFT;
mem->bus.base = rdev->mc.agp_base;
mem->bus.is_iomem = true;
mem->bus.is_iomem = !rdev->ddev->agp->cant_use_aperture;
}
#endif
break;
Expand Down

0 comments on commit f4dd0e9

Please sign in to comment.