Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348243
b: refs/heads/master
c: eda85d6
h: refs/heads/master
i:
  348241: 58f69ab
  348239: a609abf
v: v3
  • Loading branch information
Aaro Koskinen authored and Dave Airlie committed Jan 4, 2013
1 parent debc28c commit 30af875
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: 57cdf82ce578959ec871899ad4461475148009e0
refs/heads/master: eda85d6ad490923152544fba0473798b6cc0edf6
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_bo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ nouveau_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem)
if (drm->agp.stat == ENABLED) {
mem->bus.offset = mem->start << PAGE_SHIFT;
mem->bus.base = drm->agp.base;
mem->bus.is_iomem = true;
mem->bus.is_iomem = !dev->agp->cant_use_aperture;
}
#endif
break;
Expand Down

0 comments on commit 30af875

Please sign in to comment.