Home
last modified time | relevance | path

Searched refs:SAMPLE_OA_REPORT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf.c339 #define SAMPLE_OA_REPORT (1<<0) macro
2900 (stream->sample_flags & SAMPLE_OA_REPORT) ? in oag_report_ctx_switches()
3099 if (!(stream->sample_flags & SAMPLE_OA_REPORT)) in gen12_oa_enable()
3126 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_enable()
3189 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_disable()
3324 if (!(props->sample_flags & SAMPLE_OA_REPORT) && in i915_oa_stream_init()
3530 if (!stream->enabled || !(stream->sample_flags & SAMPLE_OA_REPORT)) in i915_perf_read()
3931 (props->sample_flags & SAMPLE_OA_REPORT) == 0) in i915_perf_open_ioctl_locked()
4115 props->sample_flags |= SAMPLE_OA_REPORT; in read_properties_unlocked()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c100 .sample_flags = SAMPLE_OA_REPORT, in test_stream()