Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1959 static u32 *emit_timestamp_store(u32 *cs, struct intel_context *ce, u32 offset) in emit_timestamp_store() function
2051 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_semaphore_response()
2129 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_idle_dispatch()
2199 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_busy_dispatch()
2321 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_inter_request()
2411 cs = emit_timestamp_store(cs, ce, addr); in measure_context_switch()
2495 cs = emit_timestamp_store(cs, ce, addr + sizeof(u32)); in measure_preemption()
2518 cs = emit_timestamp_store(cs, ce, addr); in measure_preemption()
2607 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_completion()