Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
A Di915_perf.c366 u32 sample_flags; member
2850 (stream->sample_flags & SAMPLE_OA_REPORT) ? in oag_report_ctx_switches()
3035 if (!(stream->sample_flags & SAMPLE_OA_REPORT)) in gen12_oa_enable()
3062 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_enable()
3125 if (stream->sample_flags & SAMPLE_OA_REPORT) in i915_oa_stream_disable()
3258 if (!(props->sample_flags & SAMPLE_OA_REPORT) && in i915_oa_stream_init()
3297 stream->sample_flags = props->sample_flags; in i915_oa_stream_init()
3440 if (!stream->enabled || !(stream->sample_flags & SAMPLE_OA_REPORT)) in i915_perf_read()
3840 (props->sample_flags & SAMPLE_OA_REPORT) == 0) in i915_perf_open_ioctl_locked()
3892 if (WARN_ON(stream->sample_flags != props->sample_flags)) { in i915_perf_open_ioctl_locked()
[all …]
A Di915_perf_types.h193 u32 sample_flags; member
/drivers/gpu/drm/i915/selftests/
A Di915_perf.c100 .sample_flags = SAMPLE_OA_REPORT, in test_stream()

Completed in 19 milliseconds