Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329551
b: refs/heads/master
c: 3e8970f
h: refs/heads/master
i:
  329549: f9ff660
  329547: a1cc89c
  329543: dd270fb
  329535: d4a1da2
v: v3
  • Loading branch information
Jerome Glisse authored and Alex Deucher committed Sep 20, 2012
1 parent c1b71be commit 6b71655
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 089a786e2cf5d07d495b3cb1ac0b959c6dd10d49
refs/heads/master: 3e8970f96ba2539539059736039f09624da9fe11
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,15 @@ static int radeon_cs_ib_chunk(struct radeon_device *rdev,
static int radeon_bo_vm_update_pte(struct radeon_cs_parser *parser,
struct radeon_vm *vm)
{
struct radeon_device *rdev = parser->rdev;
struct radeon_bo_list *lobj;
struct radeon_bo *bo;
int r;

r = radeon_vm_bo_update_pte(rdev, vm, rdev->ring_tmp_bo.bo, &rdev->ring_tmp_bo.bo->tbo.mem);
if (r) {
return r;
}
list_for_each_entry(lobj, &parser->validated, tv.head) {
bo = lobj->bo;
r = radeon_vm_bo_update_pte(parser->rdev, vm, bo, &bo->tbo.mem);
Expand Down

0 comments on commit 6b71655

Please sign in to comment.