Lines Matching full:emitted
357 * amdgpu_fence_count_emitted - get the count of emitted fences
361 * Get the number of fences emitted on the requested ring (all asics).
362 * Returns the number of emitted fences on the ring. Used by the
367 uint64_t emitted; in amdgpu_fence_count_emitted() local
372 emitted = 0x100000000ull; in amdgpu_fence_count_emitted()
373 emitted -= atomic_read(&ring->fence_drv.last_seq); in amdgpu_fence_count_emitted()
374 emitted += READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_count_emitted()
375 return lower_32_bits(emitted); in amdgpu_fence_count_emitted()
379 * amdgpu_fence_last_unsignaled_time_us - the time fence emitted until now
383 * between the time fence emitted and now.
748 * contents from the other contexts is re-emitted to the rings so that it can
999 seq_printf(m, "Last emitted 0x%08x\n", in amdgpu_debugfs_fence_info_show()
1006 seq_printf(m, "Last emitted 0x%08x\n", in amdgpu_debugfs_fence_info_show()