Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/
Di915_perf_types.h421 struct i915_perf_stream *exclusive_stream; member
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()
3343 if (g->exclusive_stream) { in i915_oa_stream_init()
3438 WRITE_ONCE(g->exclusive_stream, stream); in i915_oa_stream_init()
3461 WRITE_ONCE(g->exclusive_stream, NULL); in i915_oa_stream_init()
3495 stream = READ_ONCE(engine->oa_group->exclusive_stream); in i915_oa_init_reg_state()
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_sseu.c681 if (gt->perf.group && gt->perf.group[PERF_GROUP_OAG].exclusive_stream) in intel_sseu_make_rpcs()