Home
last modified time | relevance | path

Searched refs:cs_timestamp_period_ns (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_context.h252 RUNTIME_INFO(ce->engine->i915)->cs_timestamp_period_ns; in intel_context_get_total_runtime_ns()
260 RUNTIME_INFO(ce->engine->i915)->cs_timestamp_period_ns; in intel_context_get_avg_runtime_ns()
/Linux-v5.10/drivers/gpu/drm/i915/
Dintel_device_info.h228 u32 cs_timestamp_period_ns; member
Dintel_device_info.c511 runtime->cs_timestamp_period_ns = in intel_device_info_runtime_init()
515 div_u64(mul_u32_u32(runtime->cs_timestamp_period_ns, in intel_device_info_runtime_init()
Di915_gpu_error.c488 const u32 period = RUNTIME_INFO(m->i915)->cs_timestamp_period_ns; in error_print_context()