Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ctx.h67 atomic64_t time_spend[AMDGPU_HW_IP_NUM]; member
A Damdgpu_ctx.c403 atomic64_add(ktime_to_ns(spend), &mgr->time_spend[i]); in amdgpu_ctx_fini()
740 &ctx->mgr->time_spend[centity->hw_ip]); in amdgpu_ctx_add_fence()
855 atomic64_set(&mgr->time_spend[i], 0); in amdgpu_ctx_mgr_init()
945 uint64_t ns = atomic64_read(&mgr->time_spend[hw_ip]); in amdgpu_ctx_mgr_usage()

Completed in 5 milliseconds