Home
last modified time | relevance | path

Searched refs:time_spend (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.h68 atomic64_t time_spend[AMDGPU_HW_IP_NUM]; member
H A Damdgpu_ctx.c421 atomic64_add(ktime_to_ns(spend), &mgr->time_spend[i]); in amdgpu_ctx_fini()
769 &ctx->mgr->time_spend[centity->hw_ip]); in amdgpu_ctx_add_fence()
884 atomic64_set(&mgr->time_spend[i], 0); in amdgpu_ctx_mgr_init()
974 uint64_t ns = atomic64_read(&mgr->time_spend[hw_ip]); in amdgpu_ctx_mgr_usage()

Completed in 2 milliseconds