Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371647
b: refs/heads/master
c: 7220f63
h: refs/heads/master
i:
  371645: 2de9a20
  371643: 998eb8d
  371639: 19c7012
  371631: b203615
  371615: 87644be
  371583: af447ba
v: v3
  • Loading branch information
Christian König authored and Alex Deucher committed May 2, 2013
1 parent d09fca9 commit 1f8c4dc
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: f8e6bfc2ce162855fa4f9822a45659f4b542c960
refs/heads/master: 7220f639c2eca36774dbf65b16fe503bfb40fff5
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int radeon_sa_bo_manager_init(struct radeon_device *rdev,
}

r = radeon_bo_create(rdev, size, RADEON_GPU_PAGE_SIZE, true,
RADEON_GEM_DOMAIN_CPU, NULL, &sa_manager->bo);
domain, NULL, &sa_manager->bo);
if (r) {
dev_err(rdev->dev, "(%d) failed to allocate bo for manager\n", r);
return r;
Expand Down

0 comments on commit 1f8c4dc

Please sign in to comment.