Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h421 struct i915_perf_stream *exclusive_stream; member
H A Di915_perf.c1692 if (WARN_ON(stream != g->exclusive_stream)) in i915_oa_stream_destroy()
1701 WRITE_ONCE(g->exclusive_stream, NULL); in i915_oa_stream_destroy()
3309 if (g->exclusive_stream) { in i915_oa_stream_init()
3404 WRITE_ONCE(g->exclusive_stream, stream); in i915_oa_stream_init()
3427 WRITE_ONCE(g->exclusive_stream, NULL); in i915_oa_stream_init()
3461 stream = READ_ONCE(engine->oa_group->exclusive_stream); in i915_oa_init_reg_state()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_sseu.c681 if (gt->perf.group && gt->perf.group[PERF_GROUP_OAG].exclusive_stream) in intel_sseu_make_rpcs()