Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1960 static u32 *emit_timestamp_store(u32 *cs, struct intel_context *ce, u32 offset) in emit_timestamp_store() function
2052 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_semaphore_response()
2130 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_idle_dispatch()
2200 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_busy_dispatch()
2322 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_inter_request()
2412 cs = emit_timestamp_store(cs, ce, addr); in measure_context_switch()
2496 cs = emit_timestamp_store(cs, ce, addr + sizeof(u32)); in measure_preemption()
2519 cs = emit_timestamp_store(cs, ce, addr); in measure_preemption()
2608 cs = emit_timestamp_store(cs, ce, offset + i * sizeof(u32)); in measure_completion()