Lines Matching refs:sample_flags
344 * @sample_flags: `DRM_I915_PERF_PROP_SAMPLE_*` properties are tracked as flags
366 u32 sample_flags;
655 * properties when opening a stream, tracked as `stream->sample_flags`. This
2850 (stream->sample_flags & SAMPLE_OA_REPORT) ?
3035 if (!(stream->sample_flags & SAMPLE_OA_REPORT))
3062 if (stream->sample_flags & SAMPLE_OA_REPORT)
3125 if (stream->sample_flags & SAMPLE_OA_REPORT)
3258 if (!(props->sample_flags & SAMPLE_OA_REPORT) &&
3297 stream->sample_flags = props->sample_flags;
3440 if (!stream->enabled || !(stream->sample_flags & SAMPLE_OA_REPORT))
3840 (props->sample_flags & SAMPLE_OA_REPORT) == 0)
3888 /* we avoid simply assigning stream->sample_flags = props->sample_flags
3892 if (WARN_ON(stream->sample_flags != props->sample_flags)) {
4024 props->sample_flags |= SAMPLE_OA_REPORT;