Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.h68 atomic64_t time_spend[AMDGPU_HW_IP_NUM]; member
Damdgpu_ctx.c422 atomic64_add(ktime_to_ns(spend), &mgr->time_spend[i]); in amdgpu_ctx_fini()
778 &ctx->mgr->time_spend[centity->hw_ip]); in amdgpu_ctx_add_fence()
893 atomic64_set(&mgr->time_spend[i], 0); in amdgpu_ctx_mgr_init()
983 uint64_t ns = atomic64_read(&mgr->time_spend[hw_ip]); in amdgpu_ctx_mgr_usage()