Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_context.h299 static inline u64 intel_context_get_total_runtime_ns(struct intel_context *ce) in intel_context_get_total_runtime_ns() function
Dintel_context.c336 intel_context_get_total_runtime_ns(ce), in __intel_context_retire()
Dselftest_lrc.c1789 intel_context_get_total_runtime_ns(ce), in __live_pphwsp_runtime()
Dintel_engine_cs.c1411 DIV_ROUND_CLOSEST_ULL(intel_context_get_total_runtime_ns(rq->context), in print_ring()
/Linux-v5.15/drivers/gpu/drm/i915/selftests/
Di915_request.c2707 p->runtime = -intel_context_get_total_runtime_ns(ce); in perf_series_engines()
2729 p->runtime += intel_context_get_total_runtime_ns(ce); in perf_series_engines()
2828 p->runtime = intel_context_get_total_runtime_ns(ce); in p_sync0()
2901 p->runtime = intel_context_get_total_runtime_ns(ce); in p_sync1()
2962 p->runtime = intel_context_get_total_runtime_ns(ce); in p_many()