Searched refs:exclusive_stream (Results 1 – 3 of 3) sorted by relevance
421 struct i915_perf_stream *exclusive_stream; member
1692 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()
681 if (gt->perf.group && gt->perf.group[PERF_GROUP_OAG].exclusive_stream) in intel_sseu_make_rpcs()