Home
last modified time | relevance | path

Searched refs:intel_context_get_total_runtime_ns (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/
Di915_drm_client.c97 total += intel_context_get_total_runtime_ns(ce); in busy_add()
Di915_gpu_error.c1395 e->total_runtime = intel_context_get_total_runtime_ns(rq->context); in record_context()
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_context.c339 intel_context_get_total_runtime_ns(ce), in __intel_context_retire()
579 u64 intel_context_get_total_runtime_ns(const struct intel_context *ce) in intel_context_get_total_runtime_ns() function
Dintel_context.h364 u64 intel_context_get_total_runtime_ns(const struct intel_context *ce);
Dselftest_lrc.c1915 intel_context_get_total_runtime_ns(ce), in __live_pphwsp_runtime()
Dintel_engine_cs.c1856 DIV_ROUND_CLOSEST_ULL(intel_context_get_total_runtime_ns(rq->context), in print_ring()
/linux-6.1.9/drivers/gpu/drm/i915/selftests/
Di915_request.c2835 p->runtime = -intel_context_get_total_runtime_ns(ce); in perf_series_engines()
2857 p->runtime += intel_context_get_total_runtime_ns(ce); in perf_series_engines()
2956 p->runtime = intel_context_get_total_runtime_ns(ce); in p_sync0()
3029 p->runtime = intel_context_get_total_runtime_ns(ce); in p_sync1()
3090 p->runtime = intel_context_get_total_runtime_ns(ce); in p_many()
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_context.c1049 atomic64_add(intel_context_get_total_runtime_ns(ce), in accumulate_runtime()