projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
931dc3a
)
drm/radeon: update fence values in before reporting them
author
Christian König
<
[email protected]
>
Thu, 12 Dec 2013 08:42:39 +0000
(09:42 +0100)
committer
Alex Deucher
<
[email protected]
>
Tue, 24 Dec 2013 21:12:35 +0000
(16:12 -0500)
Signed-off-by: Christian König <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/radeon/radeon_fence.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon_fence.c
b/drivers/gpu/drm/radeon/radeon_fence.c
index d3a86e43c0123715e0cf765a738e6664f42ab6e0..866744e47cfacc20c98a19151c9b7529eb9c447b 100644
(file)
--- a/
drivers/gpu/drm/radeon/radeon_fence.c
+++ b/
drivers/gpu/drm/radeon/radeon_fence.c
@@
-841,6
+841,8
@@
static int radeon_debugfs_fence_info(struct seq_file *m, void *data)
if (!rdev->fence_drv[i].initialized)
continue;
+ radeon_fence_process(rdev, i);
+
seq_printf(m, "--- ring %d ---\n", i);
seq_printf(m, "Last signaled fence 0x%016llx\n",
(unsigned long long)atomic64_read(&rdev->fence_drv[i].last_seq));