Lines Matching full:emitted
385 * amdgpu_fence_count_emitted - get the count of emitted fences
389 * Get the number of fences emitted on the requested ring (all asics).
390 * Returns the number of emitted fences on the ring. Used by the
395 uint64_t emitted; in amdgpu_fence_count_emitted() local
400 emitted = 0x100000000ull; in amdgpu_fence_count_emitted()
401 emitted -= atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_count_emitted()
402 emitted += READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_count_emitted()
403 return lower_32_bits(emitted); in amdgpu_fence_count_emitted()
407 * amdgpu_fence_last_unsignaled_time_us - the time fence emitted until now
411 * between the time fence emitted and now.
911 seq_printf(m, "Last emitted 0x%08x\n", in amdgpu_debugfs_fence_info_show()
918 seq_printf(m, "Last emitted 0x%08x\n", in amdgpu_debugfs_fence_info_show()