Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_oa_types.h111 struct xe_oa_stream *exclusive_stream; member
A Dxe_oa.c859 if (WARN_ON(stream != u->exclusive_stream)) in xe_oa_stream_destroy()
862 WRITE_ONCE(u->exclusive_stream, NULL); in xe_oa_stream_destroy()
1797 WRITE_ONCE(stream->oa_unit->exclusive_stream, stream); in xe_oa_stream_init()
1833 if (param->oa_unit->exclusive_stream) { in xe_oa_stream_open_ioctl_locked()
/drivers/gpu/drm/i915/
A Di915_perf_types.h417 struct i915_perf_stream *exclusive_stream; member
A Di915_perf.c1671 if (WARN_ON(stream != g->exclusive_stream)) in i915_oa_stream_destroy()
1680 WRITE_ONCE(g->exclusive_stream, NULL); in i915_oa_stream_destroy()
3276 if (g->exclusive_stream) { in i915_oa_stream_init()
3352 WRITE_ONCE(g->exclusive_stream, stream); in i915_oa_stream_init()
3374 WRITE_ONCE(g->exclusive_stream, NULL); in i915_oa_stream_init()
3404 stream = READ_ONCE(engine->oa_group->exclusive_stream); in i915_oa_init_reg_state()
/drivers/gpu/drm/i915/gt/
A Dintel_sseu.c672 if (gt->perf.group && gt->perf.group[PERF_GROUP_OAG].exclusive_stream) in intel_sseu_make_rpcs()

Completed in 22 milliseconds