Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307269
b: refs/heads/master
c: d3029b4
h: refs/heads/master
i:
  307267: 2af4e42
v: v3
  • Loading branch information
Dave Airlie committed May 9, 2012
1 parent 57a3aa7 commit 8b21acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f2e3922106f6b29083086393ee474ad4483bc487
refs/heads/master: d3029b4e0358e8d3519a290d7e61686ad7e58830
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/radeon/radeon_fence.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ static int radeon_debugfs_fence_info(struct seq_file *m, void *data)
continue;

seq_printf(m, "--- ring %d ---\n", i);
seq_printf(m, "Last signaled fence 0x%016lx\n",
atomic64_read(&rdev->fence_drv[i].last_seq));
seq_printf(m, "Last signaled fence 0x%016llx\n",
(unsigned long long)atomic64_read(&rdev->fence_drv[i].last_seq));
seq_printf(m, "Last emitted 0x%016llx\n",
rdev->fence_drv[i].seq);
}
Expand Down

0 comments on commit 8b21acd

Please sign in to comment.