Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307509
b: refs/heads/master
c: 5288b7b
h: refs/heads/master
i:
  307507: 9861891
v: v3
  • Loading branch information
Dave Airlie committed May 23, 2012
1 parent c7d72cf commit 1cffd8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 5b2ba70091c1bef1dfb3677db229dc5392dfec8c
refs/heads/master: 5288b7b205ccd59ad40ef8ec270302bf94ac4697
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/ast/ast_ttm.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ int ast_bo_create(struct drm_device *dev, int size, int align,
ret = ttm_bo_init(&ast->ttm.bdev, &astbo->bo, size,
ttm_bo_type_device, &astbo->placement,
align >> PAGE_SHIFT, 0, false, NULL, acc_size,
ast_bo_ttm_destroy);
NULL, ast_bo_ttm_destroy);
if (ret)
return ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/cirrus/cirrus_ttm.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ int cirrus_bo_create(struct drm_device *dev, int size, int align,
ret = ttm_bo_init(&cirrus->ttm.bdev, &cirrusbo->bo, size,
ttm_bo_type_device, &cirrusbo->placement,
align >> PAGE_SHIFT, 0, false, NULL, acc_size,
cirrus_bo_ttm_destroy);
NULL, cirrus_bo_ttm_destroy);
if (ret)
return ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/mgag200/mgag200_ttm.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ int mgag200_bo_create(struct drm_device *dev, int size, int align,
ret = ttm_bo_init(&mdev->ttm.bdev, &mgabo->bo, size,
ttm_bo_type_device, &mgabo->placement,
align >> PAGE_SHIFT, 0, false, NULL, acc_size,
mgag200_bo_ttm_destroy);
NULL, mgag200_bo_ttm_destroy);
if (ret)
return ret;

Expand Down

0 comments on commit 1cffd8a

Please sign in to comment.