mirror of https://gitee.com/openkylin/linux.git
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
|
@ -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…
Reference in New Issue