mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 23:52:40 +00:00
drm/radeon: update fence values in before reporting them
Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
931dc3a456
commit
e290b63475
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue