Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_perf_types.h410 struct i915_perf_stream *exclusive_stream; member
Di915_perf.c783 if (!stream->perf->exclusive_stream->ctx || in gen8_append_oa_reports()
792 if (stream->perf->exclusive_stream->ctx && in gen8_append_oa_reports()
1374 BUG_ON(stream != perf->exclusive_stream); in i915_oa_stream_destroy()
1382 WRITE_ONCE(perf->exclusive_stream, NULL); in i915_oa_stream_destroy()
2862 if (perf->exclusive_stream) { in i915_oa_stream_init()
2938 WRITE_ONCE(perf->exclusive_stream, stream); in i915_oa_stream_init()
2958 WRITE_ONCE(perf->exclusive_stream, NULL); in i915_oa_stream_init()
2988 stream = READ_ONCE(engine->i915->perf.exclusive_stream); in i915_oa_init_reg_state()
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_sseu.c624 if (i915->perf.exclusive_stream) in intel_sseu_make_rpcs()